[][src]Trait savory_html::seed_ext::ElRefExt

pub trait ElRefExt<T> {
    fn get_then(&self, conf: impl FnOnce(T)) -> &Self;
}

Required methods

fn get_then(&self, conf: impl FnOnce(T)) -> &Self

Loading content...

Implementors

impl<T: Clone + JsCast> ElRefExt<T> for ElRef<T>[src]

Loading content...