pub trait HfpProxyInterface: Send + Sync { // Required method fn register( &self, manager: ClientEnd<CallManagerMarker>, ) -> Result<(), Error>; }