Skip to main content

RecordCancelerProxyInterface

Trait RecordCancelerProxyInterface 

Source
pub trait RecordCancelerProxyInterface: Send + Sync {
    type CancelResponseFut: Future<Output = Result<RecordCancelerCancelResult, Error>> + Send;

    // Required method
    fn cancel(&self) -> Self::CancelResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn cancel(&self) -> Self::CancelResponseFut

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§