logo
pub trait IntoIdentity {
    fn into_identity(self) -> Identity;
}
Expand description

Performs a conversion into an Identity

Required methods

Method to perform the conversion

Implementations on Foreign Types

Implementors