Type Alias keyring::credential::Credential

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

A thread-safe implementation of the Credential API.

Trait Implementations§

source§

impl Debug for Credential

source§

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

Formats the value using the given formatter. Read more