Module discovery_context

Module discovery_context 

Source
Expand description

Engine-side implementation of DiscoveryContext.

EngineDiscoveryContext is the bridge between discovery protocols and the engine’s internal tables. It holds a Weak<EngineInner> to break the reference cycle (EngineInner → Arc → Weak).

Structs§

EngineDiscoveryContext
Engine implementation of DiscoveryContext.