Trait wasm_tokio::AsyncReadCore

source ·
pub trait AsyncReadCore: AsyncRead {
    // Provided method
    fn read_core_name(
        &mut self,
        s: &mut String,
    ) -> impl Future<Output = Result<()>>
       where Self: Unpin + Sized { ... }
}

Provided Methods§

source

fn read_core_name(&mut self, s: &mut String) -> impl Future<Output = Result<()>>
where Self: Unpin + Sized,

Read core:name

Implementors§