Skip to main content

Credential

Type Alias 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