Function dominator::text_signal

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