Trait smartdeploy_cli::CommandParser
source · pub trait CommandParser<T> {
// Required methods
fn parse(s: &str) -> Result<T, Error>;
fn parse_arg_vec(s: &[&str]) -> Result<T, Error>;
}
Required Methods§
Object Safety§
This trait is not object safe.