StrongRc

Type Alias 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ยง

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