Type Alias netstack3_datagram::StrongRc

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

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

Aliased Type§

struct StrongRc<I, D, S> { /* private fields */ }