Trait shoulda::Shoulda

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

Provided Methods§

source

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

Implementors§

source§

impl<T> Shoulda for T