pub trait BuildableExt: 'static {
    // Required method
    fn buildable_id(&self) -> Option<GString>;
}

Required Methods§

Implementors§