pub trait AtkMiscExt: 'static {
    fn threads_enter(&self);
fn threads_leave(&self); }

Required methods

Implementors