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