pub trait IntoCredentials {
    fn into_credentials(self) -> Credentials;
}
Expand description

Convertible to user credentials

Required Methods§

Converts to a Credentials struct

Implementations on Foreign Types§

Implementors§