IpRoutingBindingsTypes

Trait IpRoutingBindingsTypes 

Source
pub trait IpRoutingBindingsTypes {
    type RoutingTableId: Send + Sync + Debug + 'static;
}
Expand description

Bindings types for IP routing.

Required Associated Types§

Source

type RoutingTableId: Send + Sync + Debug + 'static

An opaque type that represents a routing table ID from the Bindings. The Bindings implementation is responsible for providing a unique ID for each routing table.

Implementations on Foreign Types§

Source§

impl<TimerId: Debug, Event: Debug, State, FrameMeta> IpRoutingBindingsTypes for FakeBindingsCtx<TimerId, Event, State, FrameMeta>

Implementors§