Trait maybe_async_channel::helpers::MaybeAsync
source · pub trait MaybeAsync: Sized { }
Expand description
A bound on types which determines whether a type is async or not.
pub trait MaybeAsync: Sized { }
A bound on types which determines whether a type is async or not.