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 */ }pub type One<T> = FlavorWrap<One<T>, RegistryMulti<*const T>, RegistrySingle>;Flavor type for one-sized MPSC channel
pub struct One<T> { /* private fields */ }