pub(crate) trait CryptoKeyMethods<D>where
D: DomTypes,{
// Required methods
fn Type(&self) -> KeyType;
fn Extractable(&self) -> bool;
fn Algorithm(&self, cx: JSContext) -> NonNull<JSObject>;
fn Usages(&self, cx: JSContext) -> NonNull<JSObject>;
}