Type Definition iptrie::Ipv6LCTrieMap
source · pub type Ipv6LCTrieMap<V> = LCTrieMap<Ipv6Prefix, V>;Expand description
Convenient alias for LC-Trie map of Ipv6 prefixes
pub type Ipv6LCTrieMap<V> = LCTrieMap<Ipv6Prefix, V>;Convenient alias for LC-Trie map of Ipv6 prefixes