Skip to main content

ChannelOffloadExtProxyInterface

Trait ChannelOffloadExtProxyInterface 

Source
pub trait ChannelOffloadExtProxyInterface: Send + Sync {
    type StartOffloadResponseFut: Future<Output = Result<ChannelOffloadExtStartOffloadResult, Error>> + Send;

    // Required method
    fn start_offload(
        &self,
        payload: &ChannelOffloadExtStartOffloadRequest,
    ) -> Self::StartOffloadResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§