Function github_bin_downloader::utils::compare_two_vector[][src]

pub fn compare_two_vector<T>(vec1: &[T], vec2: &[T]) -> Option<Vec<T>> where
    T: PartialEq + Clone