Type Alias keyring::credential::CredentialBuilder

source ·
pub type CredentialBuilder = dyn CredentialBuilderApi + Send + Sync;
Expand description

A thread-safe implementation of the CredentialBuilder API.

Trait Implementations§

source§

impl Debug for CredentialBuilder

source§

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

Formats the value using the given formatter. Read more