pub type Result<T> = Result<T, MetadataError>;Expand description
Result type for metadata operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(MetadataError),
}pub type Result<T> = Result<T, MetadataError>;Result type for metadata operations.
pub enum Result<T> {
Ok(T),
Err(MetadataError),
}