[][src]Trait savory_html::seed_ext::NodeExt

pub trait NodeExt<Msg> {
    fn and_element(self, conf: impl FnOnce(El<Msg>) -> El<Msg>) -> Self;
}

Required methods

fn and_element(self, conf: impl FnOnce(El<Msg>) -> El<Msg>) -> Self

Loading content...

Implementors

impl<Msg> NodeExt<Msg> for Node<Msg>[src]

Loading content...