Skip to main content

CompositeNodeManagerProxyInterface

Trait CompositeNodeManagerProxyInterface 

Source
pub trait CompositeNodeManagerProxyInterface: Send + Sync {
    type AddSpecResponseFut: Future<Output = Result<CompositeNodeManagerAddSpecResult, Error>> + Send;

    // Required method
    fn add_spec(&self, payload: &CompositeNodeSpec) -> Self::AddSpecResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§