Module traits

Module traits 

Source

Re-exports§

pub use async::Async;

Modules§

async
send
sync

Traits§

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