pub type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
Expand description

A GenericOneshotChannel which is not thread-safe.

Aliased Type§

struct LocalOneshotChannel<T> { /* private fields */ }