Trait CanDowncast
glib::object
pub trait CanDowncast<T> { }
Marker trait for the statically known possibility of downcasting from Self to T.
Self
T
impl<Super: IsA<Super>, Sub: IsA<Super>> CanDowncast<Sub> for Super