Struct cucumber_expressions::Parameter
source ·
[−]pub struct Parameter<Input>(pub Input);Expand description
parameter defined in the grammar spec, allowing to match some special
Input described by a Parameter name.
See parse::parameter() for the detailed grammar and examples.
Tuple Fields
0: InputTrait Implementations
Auto Trait Implementations
impl<Input> RefUnwindSafe for Parameter<Input> where
Input: RefUnwindSafe,
impl<Input> UnwindSafe for Parameter<Input> where
Input: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more