Trait wasm_tokio::cm::AsyncReadValue
source · pub trait AsyncReadValue: AsyncRead {
// Provided methods
fn read_bool(&mut self) -> impl Future<Output = Result<bool>>
where Self: Unpin { ... }
fn read_option_status(&mut self) -> impl Future<Output = Result<bool>>
where Self: Unpin { ... }
fn read_result_status(&mut self) -> impl Future<Output = Result<bool>>
where Self: Unpin { ... }
}
Provided Methods§
fn read_bool(&mut self) -> impl Future<Output = Result<bool>>where
Self: Unpin,
fn read_option_status(&mut self) -> impl Future<Output = Result<bool>>where
Self: Unpin,
fn read_result_status(&mut self) -> impl Future<Output = Result<bool>>where
Self: Unpin,
Object Safety§
This trait is not object safe.