mylang_
cli_
ext
0.1.0
Matches
From
Parser
Required Methods
parse
Implementors
In crate mylang_
cli_
ext
mylang_cli_ext
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,