Trait webkit2gtk_webextension::DOMCSSRuleListExt[][src]

pub trait DOMCSSRuleListExt {
    fn get_length(&self) -> c_ulong;
fn item(&self, index: c_ulong) -> Option<DOMCSSRule>;
fn connect_property_length_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors