Trait Shoulda

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

Provided Methods§

Source

fn should(&self) -> Should<'_, Self>
where Self: Sized,

Implementors§

Source§

impl<T> Shoulda for T