Skip to main content

ManagerProxyInterface

Trait ManagerProxyInterface 

Source
pub trait ManagerProxyInterface: Send + Sync {
    type GcResponseFut: Future<Output = Result<ManagerGcResult, Error>> + Send;

    // Required method
    fn gc(&self) -> Self::GcResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn gc(&self) -> Self::GcResponseFut

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§