[][src]Trait mogwai::view::IsDomNode

pub trait IsDomNode: JsCast + Clone + 'static { }

Marker trait that means JsCast + Clone + + 'static.

Implementors

impl<T> IsDomNode for T where
    T: JsCast + Clone + 'static, 
[src]

Loading content...