[][src]Trait seed_style_preview::LocalUpdateEl

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

Required methods

fn update_el(self, el: &mut T)

Loading content...

Implementations on Foreign Types

impl<'_, Ms> LocalUpdateEl<El<Ms>> for &'_ [Style][src]

Loading content...

Implementors

impl<Ms> LocalUpdateEl<El<Ms>> for Style[src]

impl<T> LocalUpdateEl<El<T>> for NodeRowItem<T> where
    T: 'static, 
[src]

impl<T> LocalUpdateEl<El<T>> for NodeColumnItem<T> where
    T: 'static, 
[src]

Loading content...