Type Definition iptrie::Ipv4RTrieMap
source · pub type Ipv4RTrieMap<V> = RTrieMap<Ipv4Prefix, V>;Expand description
Convenient alias for radix trie map of Ipv4 prefixes
pub type Ipv4RTrieMap<V> = RTrieMap<Ipv4Prefix, V>;Convenient alias for radix trie map of Ipv4 prefixes