pub trait RebootControllerProxyInterface: Send + Sync { // Required methods fn unblock(&self) -> Result<(), Error>; fn detach(&self) -> Result<(), Error>; }