Trait IntoIdentity
pub trait IntoIdentity {
// Required method
fn into_identity(self) -> Identity;
}
Expand description
Performs a conversion into an Identity
Required Methods§
fn into_identity(self) -> Identity
fn into_identity(self) -> Identity
Method to perform the conversion