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