Skip to main content

One

Type Alias One 

Source
pub type One<T> = FlavorWrap<One<T>, RegistryMulti<*const T>, RegistrySingle>;
Expand description

Flavor type for one-sized MPSC channel

Aliased Typeยง

pub struct One<T> { /* private fields */ }