[][src]Trait mika::dom::traits::TextContent

pub trait TextContent: Element {
    fn text(self, text: &str) -> Self { ... }
fn text_signal<S, T>(self, signal: S) -> Self
    where
        T: ToString + 'static,
        S: Signal<Item = T> + 'static
, { ... } }

Provided methods

fn text(self, text: &str) -> Self

fn text_signal<S, T>(self, signal: S) -> Self where
    T: ToString + 'static,
    S: Signal<Item = T> + 'static, 

Loading content...

Implementors

impl TextContent for Option[src]

fn text(self, text: &str) -> Self[src]

fn text_signal<S, T>(self, signal: S) -> Self where
    T: ToString + 'static,
    S: Signal<Item = T> + 'static, 
[src]

impl TextContent for Rp[src]

fn text(self, text: &str) -> Self[src]

fn text_signal<S, T>(self, signal: S) -> Self where
    T: ToString + 'static,
    S: Signal<Item = T> + 'static, 
[src]

impl<T> TextContent for T where
    T: FlowContent
[src]

fn text(self, text: &str) -> Self[src]

fn text_signal<S, T>(self, signal: S) -> Self where
    T: ToString + 'static,
    S: Signal<Item = T> + 'static, 
[src]

Loading content...