UploadAsyncRead

Trait UploadAsyncRead 

Source
pub trait UploadAsyncRead:
    AsyncRead
    + Unpin
    + Send { }

Implementors§

Source§

impl<T> UploadAsyncRead for T
where T: AsyncRead + Unpin + Send,

Available on non-WebAssembly only.