pub trait DOMHTMLFieldSetElementExtManual {
    fn get_disabled(&self) -> bool;
}

Required Methods

Implementors