Skip to main content

KeyUsageVecHelper

Trait KeyUsageVecHelper 

Source
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>

Required Methods§

Implementations on Foreign Types§

Source§

impl KeyUsageVecHelper for Vec<KeyUsage>

Implementors§