[][src]Function mockiato::unordered_vec_eq

pub fn unordered_vec_eq<T>(vec: Vec<T>) -> UnorderedVecArgumentMatcher<T>

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