Trait glib::types::StaticType

source ·
pub trait StaticType {
    fn static_type() -> Type;
}
Expand description

Types that are supported by GLib dynamic typing.

Required Methods§

Returns the type identifier of Self.

Implementations on Foreign Types§

Implementors§