Skip to main content

RegistryRegisterV2SynchronouslyResult

Type Alias RegistryRegisterV2SynchronouslyResult 

Source
pub type RegistryRegisterV2SynchronouslyResult = Result<bool, i32>;

Aliased Type§

pub enum RegistryRegisterV2SynchronouslyResult {
    Ok(bool),
    Err(i32),
}

Variants§

§1.0.0

Ok(bool)

Contains the success value

§1.0.0

Err(i32)

Contains the error value