Trait wasm_pkg_client::ReaderSeeker
source · pub trait ReaderSeeker: AsyncRead + AsyncSeek { }Expand description
A supertrait combining tokio’s AsyncRead and AsyncSeek.
pub trait ReaderSeeker: AsyncRead + AsyncSeek { }A supertrait combining tokio’s AsyncRead and AsyncSeek.