Skip to main content

TokenSourceCause

Type Alias TokenSourceCause 

Source
pub type TokenSourceCause = Arc<dyn Error + Sync + Send>;
Expand description

The cause of a TokenSourceError.

Aliased Typeยง

pub struct TokenSourceCause { /* private fields */ }