Trait webkit2gtk_webextension::DOMProcessingInstructionExt[][src]

pub trait DOMProcessingInstructionExt {
    fn get_sheet(&self) -> Option<DOMStyleSheet>;
fn get_target(&self) -> Option<String>;
fn connect_property_sheet_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_target_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors