AsyncFileBody

Trait AsyncFileBody 

Source
pub trait AsyncFileBody:
    AsyncRead
    + Unpin
    + Send { }
Expand description

A type that may be used as the contents field in a SphereFile

Implementors§

Source§

impl<S> AsyncFileBody for S
where S: AsyncRead + Unpin + Send,

Available on non-WebAssembly only.