pub type MulticastRouteTable<I, D, BT> = BTreeMap<MulticastRouteKey<I>, MulticastRouteEntry<D, BT>>;
Expand description
A table of multicast routes specifying how to forward multicast packets.
Aliased Typeยง
struct MulticastRouteTable<I, D, BT> { /* private fields */ }