multiversx_sc_meta_lib::cli

Trait CliArgsToRaw

Source
pub trait CliArgsToRaw {
    // Required method
    fn to_raw(&self) -> Vec<String>;
}

Required Methods§

Source

fn to_raw(&self) -> Vec<String>

Converts to a list of raw arguments, as they would be called in a command.

Implementors§