Struct cucumber_expressions::expand::UnknownParameterError [−][src]
pub struct UnknownParameterError<Input> where
Input: Display, {
pub not_found: Input,
}
Expand description
Error of an unknown Parameter
being used in an Expression
.
Fields
not_found: Input
Parameter
not found.
Trait Implementations
impl<Input> Error for UnknownParameterError<Input> where
UnknownParameterError<Input>: Debug + Display,
Input: Display,
impl<Input> Error for UnknownParameterError<Input> where
UnknownParameterError<Input>: Debug + Display,
Input: Display,
Performs the conversion.
Auto Trait Implementations
impl<Input> RefUnwindSafe for UnknownParameterError<Input> where
Input: RefUnwindSafe,
impl<Input> Send for UnknownParameterError<Input> where
Input: Send,
impl<Input> Sync for UnknownParameterError<Input> where
Input: Sync,
impl<Input> Unpin for UnknownParameterError<Input> where
Input: Unpin,
impl<Input> UnwindSafe for UnknownParameterError<Input> where
Input: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more