pub type WebauthnResult<T> = Result<T, WebauthnError>;
Expand description

A wrapper for Result<T, WebauthnError>