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

Required Methods§

source

fn connect(&self, dai_protocol: ServerEnd<DaiMarker>) -> Result<(), Error>

Implementors§