Trait silkenweb_dom::Builder[][src]

pub trait Builder {
    type Target;
    fn build(self) -> Self::Target;
fn into_element(self) -> Element; }

An HTML element builder.

Associated Types

Loading content...

Required methods

fn build(self) -> Self::Target[src]

fn into_element(self) -> Element[src]

Loading content...

Implementors

impl Builder for Element[src]

type Target = Self

impl Builder for ElementBuilder[src]

type Target = Element

Loading content...