pub type NetworkRegistryUpdateResult = Result<(), NetworkRegistryUpdateError>;Aliased Type§
pub enum NetworkRegistryUpdateResult {
Ok(()),
Err(NetworkRegistryUpdateError),
}Variants§
Ok(())
Contains the success value
Err(NetworkRegistryUpdateError)
Contains the error value