pub trait Any: Any {
    fn type_id_compat(&self) -> TypeId { ... }
}

Provided Methods§

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

Trait Implementations§

Implementors§