Async

Trait Async 

Source
pub trait Async:
    Send
    + Sync
    + 'static { }

Implementors§

Source§

impl<A> Async for A
where A: Send + Sync + 'static,