pub trait TypeInterfaceMarker { }Expand description
Marker trait for type interface trait objects.
This is auto-implemented by the #[type_interface] macro for dyn Interface
objects and is used to restrict type_cast and type_impls to interface casts.