Trait tss_esapi::abstraction::IntoKeyCustomization
source · pub trait IntoKeyCustomization {
type T: KeyCustomization;
// Required method
fn into_key_customization(self) -> Option<Self::T>;
}
Expand description
IntoKeyCustomization transforms a type into a type that support KeyCustomization