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