fidl_fuchsia_audio_controller

Trait PlayerProxyInterface

Source
pub trait PlayerProxyInterface: Send + Sync {
    type PlayResponseFut: Future<Output = Result<PlayerPlayResult, Error>> + Send;

    // Required method
    fn play(&self, payload: PlayerPlayRequest) -> Self::PlayResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn play(&self, payload: PlayerPlayRequest) -> Self::PlayResponseFut

Implementors§