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