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 { ... }
}