Type Definition keyring::credential::Credential

source ·
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§

source§

impl Debug for Credential

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more