[][src]Function dominator::text_signal

pub fn text_signal<A, B>(value: B) -> Dom where
    A: AsStr,
    B: Signal<Item = A> + 'static,