[][src]Trait seed::dom_types::ElContainer

pub trait ElContainer<Ms> {
    fn els(self) -> Vec<El<Ms>>;
}

Required methods

fn els(self) -> Vec<El<Ms>>

Loading content...

Implementations on Foreign Types

impl<Ms> ElContainer<Ms> for Vec<El<Ms>>[src]

Loading content...

Implementors

impl<Ms> ElContainer<Ms> for El<Ms>[src]

Loading content...