pub fn follow<TValue, Binding>(
    binding: Binding
) -> FollowStream<TValue, Binding> where
    TValue: 'static + Send,
    Binding: 'static + Bound<TValue>, 
Expand description

Creates a stream from a binding