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§

Implementors§