pub type Credential = dyn CredentialApi + Send + Sync;
Expand description

Credentials must be usable from multiple threads, and they must be movable from thread to thread, so they must be Send and Sync.

Trait Implementations

Formats the value using the given formatter. Read more