Trait AtkMiscExt

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

Required Methods§

Implementors§

Source§

impl<O: IsA<Misc>> AtkMiscExt for O