Type Definition cobble_core::error::AuthResult

source ·
pub type AuthResult<T> = Result<T, AuthError>;
Available on crate feature auth only.
Expand description

Result with AuthError as the error type.