pub(crate) trait Io: Read + Write + Unpin + 'static { // Provided method fn __hyper_type_id(&self) -> TypeId { ... } }
downcast a Box wrapped Type to a Box implemented by raw pointer cast.