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

Required methods

Implementors