pub type MetadataResponse = Option<Metadata>;
Service response for StorageService::get_metadata.
StorageService::get_metadata
pub enum MetadataResponse { None, Some(Metadata), }
No value.
Some value of type T.
T