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