pub(crate) trait Io: AsyncRead + AsyncWrite + Unpin + 'static {
// Provided method
fn __hyper_type_id(&self) -> TypeId { ... }
}
pub(crate) trait Io: AsyncRead + AsyncWrite + Unpin + 'static {
// Provided method
fn __hyper_type_id(&self) -> TypeId { ... }
}