pub type Ipv6LCTrieMap<V> = LCTrieMap<Ipv6Prefix, V>;Expand description
Convenient alias for LC-Trie map of Ipv6 prefixes
Aliased Typeยง
pub struct Ipv6LCTrieMap<V>(/* private fields */);pub type Ipv6LCTrieMap<V> = LCTrieMap<Ipv6Prefix, V>;Convenient alias for LC-Trie map of Ipv6 prefixes
pub struct Ipv6LCTrieMap<V>(/* private fields */);