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

Convertable to user credentials

Required Methods

Converts to a Credentials struct

Implementations on Foreign Types

Implementors