Type Alias fidl_fuchsia_tpm_cr50::PinWeaverTryAuthResult

source ·
pub type PinWeaverTryAuthResult = Result<TryAuthResponse, PinWeaverError>;

Aliased Type§

enum PinWeaverTryAuthResult {
    Ok(TryAuthResponse),
    Err(PinWeaverError),
}

Variants§

§1.0.0

Ok(TryAuthResponse)

Contains the success value

§1.0.0

Err(PinWeaverError)

Contains the error value