pub type Cr50CcdUnlockResult = Result<(Cr50Rc, Option<ClientEnd<PhysicalPresenceNotifierMarker>>), i32>;

Aliased Type§

enum Cr50CcdUnlockResult {
    Ok((Cr50Rc, Option<ClientEnd<PhysicalPresenceNotifierMarker>>)),
    Err(i32),
}

Variants§

§1.0.0

Ok((Cr50Rc, Option<ClientEnd<PhysicalPresenceNotifierMarker>>))

Contains the success value

§1.0.0

Err(i32)

Contains the error value