pub trait CommandFromParserExt<P>where
P: Parser,{
// Required method
fn to_command() -> CommandFromParser<P>;
}
Required Methods§
fn to_command() -> CommandFromParser<P>
Object Safety§
This trait is not object safe.
pub trait CommandFromParserExt<P>where
P: Parser,{
// Required method
fn to_command() -> CommandFromParser<P>;
}