Trait data_structure_traits::Get [] [src]

pub trait Get<K: ?Sized> where
    K: , 
{ type Output: ?Sized; fn get(&self, _: K) -> Option<&Self::Output>; }

Associated Types

Required Methods

Implementors