Type Alias netstack3_datagram::WeakRc

source ·
pub type WeakRc<I, D, S> = WeakRc<ReferenceState<I, D, S>>;
Expand description

A convenient alias for a weak reference to a datagram socket.

Aliased Type§

struct WeakRc<I, D, S>(/* private fields */);