Trait utf8_tokio::AsyncReadUtf8

source ·
pub trait AsyncReadUtf8: AsyncRead {
    // Provided method
    fn read_char_utf8(&mut self) -> impl Future<Output = Result<char>>
       where Self: Unpin { ... }
}

Provided Methods§

source

fn read_char_utf8(&mut self) -> impl Future<Output = Result<char>>
where Self: Unpin,

Object Safety§

This trait is not object safe.

Implementors§