pub trait InputEventMethods {
    // Required methods
    fn GetData(&self) -> Option<DOMString>;
    fn IsComposing(&self) -> bool;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§