Trait webkit2gtk_webextension::DOMStyleSheetListExt[][src]

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

Required Methods

Implementors