pub trait IntoKeys {
type IntoKeys: Keys;
// Required method
fn into_keys(self) -> Self::IntoKeys;
}
Expand description
Be converted into a Keys
pub trait IntoKeys {
type IntoKeys: Keys;
// Required method
fn into_keys(self) -> Self::IntoKeys;
}
Be converted into a Keys