Trait wasm_tokio::AsyncReadUtf8
source · pub trait AsyncReadUtf8: AsyncRead {
// Provided method
fn read_char_utf8(&mut self) -> impl Future<Output = Result<char, Error>>
where Self: Unpin { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.