Trait wasm_tokio::AsyncWriteCore

source ·
pub trait AsyncWriteCore: AsyncWrite {
    // Provided method
    fn write_core_name(&mut self, s: &str) -> impl Future<Output = Result<()>>
       where Self: Unpin { ... }
}

Provided Methods§

source

fn write_core_name(&mut self, s: &str) -> impl Future<Output = Result<()>>
where Self: Unpin,

Write core:name

Object Safety§

This trait is not object safe.

Implementors§