Trait shoulda_core::Shoulda[][src]

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

Provided methods

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

Implementors

impl<T> Shoulda for T[src]