pub trait Any: StdAny {
// Provided method
fn type_id_compat(&self) -> TypeId { ... }
}
Provided Methods§
Sourcefn type_id_compat(&self) -> TypeId
fn type_id_compat(&self) -> TypeId
TODO: once 1.33.0 is the minimum supported compiler version, remove Any::type_id_compat and use StdAny::type_id instead. https://github.com/rust-lang/rust/issues/27745