pub type Ipv4LCTrieMap<V> = LCTrieMap<Ipv4Prefix, V>;Expand description
Convenient alias for LC-Trie map of Ipv4 prefixes
Aliased Typeยง
pub struct Ipv4LCTrieMap<V>(/* private fields */);pub type Ipv4LCTrieMap<V> = LCTrieMap<Ipv4Prefix, V>;Convenient alias for LC-Trie map of Ipv4 prefixes
pub struct Ipv4LCTrieMap<V>(/* private fields */);