[][src]Trait mogwai::view::interface::TextView

pub trait TextView {
    pub fn text<E: Into<Effect<String>>>(eff: E) -> Self;
}

TextViews are views that represent text nodes.

Required methods

pub fn text<E: Into<Effect<String>>>(eff: E) -> Self[src]

Create a new text node view.

Loading content...

Implementors

Loading content...