pub type NetworkRegistryUpdateResult = Result<(), NetworkRegistryUpdateError>;

Aliased Type§

enum NetworkRegistryUpdateResult {
    Ok(()),
    Err(NetworkRegistryUpdateError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(NetworkRegistryUpdateError)

Contains the error value