[][src]Trait cow_vec_item::FastForeachItem

pub trait FastForeachItem: Deref + DerefMut { }

Internal helper trait, argument to use supplied closure in fast_for_each

Implementors

impl<'extvec, T: Clone> FastForeachItem for BorrowedFastForeachItem<'extvec, T>[src]

impl<'extvec, T: Clone> FastForeachItem for OwnedForEachItem<T>[src]

Loading content...