Trait shoulda_core::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