Trait webkit2gtk_webextension::DOMHTMLHeadElementExt[][src]

pub trait DOMHTMLHeadElementExt {
    fn get_profile(&self) -> Option<String>;
fn set_profile(&self, value: &str);
fn connect_property_profile_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors