pub trait AtkSocketExt: 'static {
    fn embed(&self, plug_id: &str);
    fn is_occupied(&self) -> bool;
}

Required Methods

Implementors