[][src]Function mockiato::unordered_vec_eq

pub fn unordered_vec_eq<T>(vec: Vec<T>) -> UnorderedVecArgumentMatcher<T> where
    T: 'static, 

Creates a new ArgumentMatcher that matches Vecs and slices while disregarding the exact order of the elements.