[][src]Function debcargo::util::vec_opt_iter

pub fn vec_opt_iter<'a, T>(
    option: Option<&'a Vec<T>>
) -> impl Iterator<Item = &T> + 'a