Trait glib::object::CanDowncast [−][src]
pub trait CanDowncast<T> { }
Expand description
Marker trait for the statically known possibility of downcasting from Self
to T
.
pub trait CanDowncast<T> { }
Marker trait for the statically known possibility of downcasting from Self
to T
.