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