pub type PinWeaverTryAuthResult = Result<TryAuthResponse, PinWeaverError>;
Aliased Type§
enum PinWeaverTryAuthResult {
Ok(TryAuthResponse),
Err(PinWeaverError),
}
Variants§
Ok(TryAuthResponse)
Contains the success value
Err(PinWeaverError)
Contains the error value