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