pub type DeviceStartAndWaitResult = Result<ClientEnd<LeaseControlMarker>, DriverError>;

Aliased Type§

enum DeviceStartAndWaitResult {
    Ok(ClientEnd<LeaseControlMarker>),
    Err(DriverError),
}

Variants§

§1.0.0

Ok(ClientEnd<LeaseControlMarker>)

Contains the success value

§1.0.0

Err(DriverError)

Contains the error value