Trait qcollect_traits::CollectGet [] [src]

pub trait CollectGet<K: ?Sized>: for<'a> _CollectGet<'a, K> {
    fn get<'a>(&'a self, key: &K) -> Option<Self::Output>;
}

Required Methods

fn get<'a>(&'a self, key: &K) -> Option<Self::Output>

Implementors