Type Definition keyring::credential::CredentialBuilder

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

Credential Builders must be Sync so they can be invoked from multiple threads simultaneously. Although no one expects a Credential Builder to be passed from one thread to another, they are usually objects, so Send should be easy.

Trait Implementations§

Formats the value using the given formatter. Read more