mylang_cli_ext

Trait CommandFromParserExt

source
pub trait CommandFromParserExt<P>
where P: Parser,
{ // Required method fn to_command() -> CommandFromParser<P>; }

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<P> CommandFromParserExt<P> for P
where P: Parser,