Trait multiversx_sc_meta_lib::cli::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§