pub fn bind<Value: Clone + PartialEq>(val: Value) -> Binding<Value>
Expand description

Creates a simple bound value with the specified initial value