pub(crate) trait KeyUsageVecHelper {
// Required methods
fn usage_intersection(&self, other: &[KeyUsage]) -> Vec<KeyUsage>;
fn normalized_value(&self) -> Vec<KeyUsage>;
}Expand description
The trait providing helper functions for Vec<KeyUsage>