pub type Ipv4RTrieMap<V> = RTrieMap<Ipv4Prefix, V>;Expand description
Convenient alias for radix trie map of Ipv4 prefixes
Aliased Typeยง
pub struct Ipv4RTrieMap<V>(/* private fields */);pub type Ipv4RTrieMap<V> = RTrieMap<Ipv4Prefix, V>;Convenient alias for radix trie map of Ipv4 prefixes
pub struct Ipv4RTrieMap<V>(/* private fields */);