mylang_cli_ext

Trait WithOutputExt

source
pub trait WithOutputExt<P>
where P: Parser,
{ // Required method fn with_output(self) -> ParserWithOutput<P>; }

Required Methods§

Implementors§

source§

impl<P> WithOutputExt<P> for CommandFromParser<P>
where P: Parser,