Skip to main content

CodecDelayProxyInterface

Trait CodecDelayProxyInterface 

Source
pub trait CodecDelayProxyInterface: Send + Sync {
    type GetCodecLocalDelayRangeResponseFut: Future<Output = Result<CodecDelayGetCodecLocalDelayRangeResult, Error>> + Send;

    // Required method
    fn get_codec_local_delay_range(
        &self,
        payload: &CodecDelayGetCodecLocalDelayRangeRequest,
    ) -> Self::GetCodecLocalDelayRangeResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§