pub struct ProximateMap<'a> { /* private fields */ }Expand description
Map of words to their ProximateList.
Implementations§
source§impl<'a> ProximateMap<'a>
impl<'a> ProximateMap<'a>
Trait Implementations§
source§impl<'a> Clone for ProximateMap<'a>
impl<'a> Clone for ProximateMap<'a>
source§fn clone(&self) -> ProximateMap<'a>
fn clone(&self) -> ProximateMap<'a>
Returns a copy of the value. Read more