Trait glib::object::CanDowncast

source ·
pub trait CanDowncast<T> { }
Expand description

Marker trait for the statically known possibility of downcasting from Self to T.

Implementors§

source§

impl<Super: IsA<Super>, Sub: IsA<Super>> CanDowncast<Sub> for Super