Trait cucumber::definitions::destructuring::invoke_arg::Destructurable [] [src]

pub trait Destructurable: Sized {
    fn destructure<T: FromInvokeArg>(self) -> Result<T, T::Err>;
}

Required Methods

fn destructure<T: FromInvokeArg>(self) -> Result<T, T::Err>

Implementors