Trait glib::types::StaticTypeExt

source ·
pub trait StaticTypeExt {
    // Required method
    fn ensure_type();
}

Required Methods§

source

fn ensure_type()

Ensures that the type has been registered with the type system.

Object Safety§

This trait is not object safe.

Implementors§