pub trait MaybeAsync: Sized { }
Expand description

A bound on types which determines whether a type is async or not.

Implementors§