Function rustspec_assertions::contain [] [src]

pub fn contain<T: PartialEq>(
    value: T,
    file_line: (&'static str, u32)
) -> Box<Contain<T>>