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