[][src]Trait atk::AtkMiscExt

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

Required methods

fn threads_enter(&self)

fn threads_leave(&self)

Loading content...

Implementors

impl<O: IsA<Misc>> AtkMiscExt for O[src]

Loading content...