Trait consecuit_html::elem::PropEnum[][src]

pub trait PropEnum<T: AsRef<HtmlElement>>: Clone + PartialEq + Sealed<T> {
    fn set_on(&self, elem: &T);
fn unset_on(&self, elem: &T); }

Required methods

Implementors