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