pub trait AsyncReadCore: AsyncRead { // Provided method fn read_core_name( &mut self, s: &mut String, ) -> impl Future<Output = Result<()>> where Self: Unpin + Sized { ... } }
Read core:name
core:name