Skip to main content

CentralControllerConnectPeripheralResult

Type Alias CentralControllerConnectPeripheralResult 

Source
pub type CentralControllerConnectPeripheralResult = Result<(), Error>;

Aliased Type§

pub enum CentralControllerConnectPeripheralResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value