pub fn bind_observable<T: Clone + PartialEq + 'static>(
source: &Observable<T>,
) -> Binding<T>Expand description
Create a direct binding to an observable (identity transform).
pub fn bind_observable<T: Clone + PartialEq + 'static>(
source: &Observable<T>,
) -> Binding<T>Create a direct binding to an observable (identity transform).