Skip to main content

IsContainedIn

Trait IsContainedIn 

Source
pub trait IsContainedIn<T>
where T: PartialEq + Debug,
{ // Required method fn is_contained_in(&mut self, collection: &[T]); }
Available on crate feature speculoos only.

Required Methods§

Source

fn is_contained_in(&mut self, collection: &[T])

Implementations on Foreign Types§

Source§

impl<T> IsContainedIn<T> for Spec<'_, T>
where T: PartialEq + Debug,

Source§

fn is_contained_in(&mut self, collection: &[T])

Implementors§