Skip to main content

StateProxyInterface

Trait StateProxyInterface 

Source
pub trait StateProxyInterface: Send + Sync {
    type GetNetstackVersionResponseFut: Future<Output = Result<InEffectVersion, Error>> + Send;

    // Required method
    fn get_netstack_version(&self) -> Self::GetNetstackVersionResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§