pub trait MaybeHasNativeId {
    // Required method
    fn try_native_id(&self) -> Option<JsString>;
}

Required Methods§

Implementors§