Module traits

Source

Re-exports§

pub use async::Async;
pub use static::MaybeStatic;

Modules§

async
send
static
sync

Traits§

MaybeSend
Types that can be transferred across thread boundaries.
MaybeSync
Types for which it is safe to share references between threads.