ReadOwned

Trait ReadOwned 

Source
pub trait ReadOwned {
    // Required method
    async fn read_owned<B: IoBufMut>(&mut self, buf: B) -> BufResult<usize, B>;
}

Required Methods§

Source

async fn read_owned<B: IoBufMut>(&mut self, buf: B) -> BufResult<usize, B>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§