[][src]Trait glib::object::CanDowncast

pub trait CanDowncast<T> { }

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

Implementors

impl<Super: IsA<Super>, Sub: IsA<Super>> CanDowncast<Sub> for Super[src]

Loading content...