mylang_cli_ext

Trait MatchesFromParser

source
pub trait MatchesFromParser<P>
where P: Parser,
{ // Required method fn parse(&self) -> P; }

Required Methods§

source

fn parse(&self) -> P

Implementors§

source§

impl<P> MatchesFromParser<P> for MatchesWithOutput<P>
where P: Parser,