pub type NetworkRegistryRemoveResult = Result<(), NetworkRegistryRemoveError>;

Aliased Type§

enum NetworkRegistryRemoveResult {
    Ok(()),
    Err(NetworkRegistryRemoveError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(NetworkRegistryRemoveError)

Contains the error value