pub type PeripheralAdvertiseResult = Result<(), PeripheralError>;

Aliased Type§

enum PeripheralAdvertiseResult {
    Ok(()),
    Err(PeripheralError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PeripheralError)

Contains the error value