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