Type Alias Ipv4LCTrieSet

Source
pub type Ipv4LCTrieSet = LCTrieSet<Ipv4Prefix>;
Expand description

Convenient alias for LC-Trie set of Ipv4 prefixes

Aliased Typeยง

struct Ipv4LCTrieSet(/* private fields */);