pub trait DaiConnectorProxyInterface: Send + Sync { // Required method fn connect(&self, dai_protocol: ServerEnd<DaiMarker>) -> Result<(), Error>; }