fidl_fuchsia_hardware_audio

Trait StreamConfigConnectorProxyInterface

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

Required Methods§

Source

fn connect(&self, protocol: ServerEnd<StreamConfigMarker>) -> Result<(), Error>

Implementors§