[][src]Struct cucumber_rust::Steps

pub struct Steps<W: World> { /* fields omitted */ }

Methods

impl<W: World> Steps<W>[src]

pub fn combine(iter: impl Iterator<Item = Self>) -> Self[src]

pub fn run(
    &self,
    feature_files: Vec<PathBuf>,
    before_fns: &[fn(_: &Scenario)],
    after_fns: &[fn(_: &Scenario)],
    options: CliOptions,
    output: &mut impl OutputVisitor
) -> bool
[src]

Trait Implementations

impl<W: Default + World> Default for Steps<W>[src]

Auto Trait Implementations

impl<W> !RefUnwindSafe for Steps<W>

impl<W> Send for Steps<W>

impl<W> Sync for Steps<W>

impl<W> Unpin for Steps<W>

impl<W> UnwindSafe for Steps<W>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.