pub trait SecKeyExt {
// Required method
fn from_data(
key_type: KeyType,
key_data: &CFData,
) -> Result<SecKey, CFError>;
}
Expand description
An extension trait adding OSX specific functionality to SecKey
.
Required Methods§
Object Safety§
This trait is not object safe.