pub trait LinkResolutionContext<D>where
D: LinkDevice,{
type Notifier: LinkResolutionNotifier<D>;
}
Expand description
An execution context that allows creating link resolution notifiers.
Required Associated Types§
Sourcetype Notifier: LinkResolutionNotifier<D>
type Notifier: LinkResolutionNotifier<D>
A notifier held by core that can be used to inform interested parties of the result of link address resolution.