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