Trait dominator::traits::Text [] [src]

pub trait Text {
    fn into_dom(self) -> Dom;
}

Required Methods

Implementations on Foreign Types

impl<'a> Text for &'a str
[src]

[src]

impl<'a> Text for String
[src]

[src]

Implementors