MetadataResponse

Type Alias MetadataResponse 

Source
pub type MetadataResponse = Option<Metadata>;
Expand description

Service response for StorageService::get_metadata.

Aliased Type§

pub enum MetadataResponse {
    None,
    Some(Metadata),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Metadata)

Some value of type T.