Trait glib::types::StaticType
source · pub trait StaticType {
// Required method
fn static_type() -> Type;
}
Expand description
Types that are supported by GLib dynamic typing.
Required Methods§
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
Object Safety§
This trait is not object safe.