Function steady

Source
pub fn steady<T: Clone>(t: T) -> impl Pattern<Value = T>
Expand description

When queried, always returns a single event with a clone of the given value.