fidl_fuchsia_hardware_audio

Trait DaiConnectorProxyInterface

Source
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§