Trait simple_cmd::debug::CommandDebug
source · pub trait CommandDebug {
// Required methods
fn debug(&mut self) -> &mut Self;
fn as_string(&self) -> String;
}
Required Methods§
Object Safety§
This trait is not object safe.