pub(crate) trait SpecificInputActivationType {
// Provided method
fn activation_behavior(
&self,
_cx: &mut JSContext,
_input: &HTMLInputElement,
_event: &Event,
_target: &EventTarget,
) { ... }
}pub(crate) trait SpecificInputActivationType {
// Provided method
fn activation_behavior(
&self,
_cx: &mut JSContext,
_input: &HTMLInputElement,
_event: &Event,
_target: &EventTarget,
) { ... }
}