pub trait GenericItem<'a> {
    type Item;
}

Required Associated Types§

Implementors§