[][src]Trait seed_hooks::UpdateElLocal

pub trait UpdateElLocal<T> {
    fn update(self, el: &mut T);
}

Required methods

fn update(self, el: &mut T)

Loading content...

Implementations on Foreign Types

impl<Ms> UpdateElLocal<El<Ms>> for (Attrs, EventHandler<Ms>)[src]

Loading content...

Implementors

Loading content...