Function carboxyl::lift::lift0 [] [src]

pub fn lift0<A, F>(f: F) -> Signal<A> where F: Fn() -> A + Send + Sync + 'static

Lift a 0-ary function.