Type Definition jsonwebtoken::errors::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

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