Type Definition jsonwebtoken::errors::Result[][src]

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

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