pub type Result<T> = Result<T, Error>;
Expand description

A type alias for Result<T, jsonwebtoken_rustcrypto::Error>.