Trait shoulda_core::Shoulda[][src]

pub trait Shoulda {
    fn should(&self) -> Should<'_, Self>
    where
        Self: Sized
, { ... } }

Provided methods

Implementors