Skip to main content

MetadataProxyInterface

Trait MetadataProxyInterface 

Source
pub trait MetadataProxyInterface: Send + Sync {
    type GetPersistedMetadataResponseFut: Future<Output = Result<MetadataGetPersistedMetadataResult, Error>> + Send;

    // Required method
    fn get_persisted_metadata(&self) -> Self::GetPersistedMetadataResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§