Trait netstack3_ip::device::SlaacBindingsContext

source ·
pub trait SlaacBindingsContext: RngContext + TimerContext + SlaacBindingsTypes { }
Expand description

The bindings execution context for SLAAC.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<BC> SlaacBindingsContext for BC
where BC: RngContext + TimerContext + SlaacBindingsTypes,