pub type RegistryResult<T> = Result<T, RegistryError>;Aliased Type§
pub enum RegistryResult<T> {
Ok(T),
Err(RegistryError),
}pub type RegistryResult<T> = Result<T, RegistryError>;pub enum RegistryResult<T> {
Ok(T),
Err(RegistryError),
}