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

Required methods

Implementors