pub trait ZxProxyInterface: Send + Sync { // Required method fn just_one_method(&self) -> Result<(), Error>; }