pub type TokenSourceCause = Arc<dyn Error + Sync + Send>;
The cause of a TokenSourceError.
TokenSourceError
pub struct TokenSourceCause { /* private fields */ }