fidl_fuchsia_hardware_audio

Trait CodecConnectorProxyInterface

Source
pub trait CodecConnectorProxyInterface: Send + Sync {
    // Required method
    fn connect(
        &self,
        codec_protocol: ServerEnd<CodecMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn connect(&self, codec_protocol: ServerEnd<CodecMarker>) -> Result<(), Error>

Implementors§