Skip to main content

OptOutAdminProxyInterface

Trait OptOutAdminProxyInterface 

Source
pub trait OptOutAdminProxyInterface: Send + Sync {
    type SetResponseFut: Future<Output = Result<OptOutAdminSetResult, Error>> + Send;

    // Required method
    fn set(&self, value: OptOutPreference) -> Self::SetResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn set(&self, value: OptOutPreference) -> Self::SetResponseFut

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§