pub type ProviderAddDeviceResult = Result<ProviderAddDeviceResponse, ProviderAddDeviceError>;

Aliased Type§

enum ProviderAddDeviceResult {
    Ok(ProviderAddDeviceResponse),
    Err(ProviderAddDeviceError),
}

Variants§

§1.0.0

Ok(ProviderAddDeviceResponse)

Contains the success value

§1.0.0

Err(ProviderAddDeviceError)

Contains the error value