[][src]Trait cucumber_rust::World

pub trait World: Sized + UnwindSafe + 'static {
    type Error: Error;
#[must_use]    fn new<'async_trait>(
    ) -> Pin<Box<dyn Future<Output = Result<Self, Self::Error>> + 'async_trait>>
    where
        Self: 'async_trait
; }

Associated Types

type Error: Error

Loading content...

Required methods

#[must_use]fn new<'async_trait>(
) -> Pin<Box<dyn Future<Output = Result<Self, Self::Error>> + 'async_trait>> where
    Self: 'async_trait, 

Loading content...

Implementors

Loading content...