mylang_
cli_
ext
0.1.0
Matches
From
Parser
Required Methods
parse
Implementors
In mylang_
cli_
ext::
matches
mylang_cli_ext
::
matches
Trait
MatchesFromParser
Copy item path
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,