Type Definition opendal::BoxedAsyncReader

source · []
pub type BoxedAsyncReader = Box<dyn AsyncRead + Unpin + Send>;
Expand description

BoxedAsyncReader is a boxed AsyncRead.