pub fn without_data<S, T, V>(view: V) -> impl View<(S, T)>where V: View<S>,
Create a new view unwrapping some data from the state.
This is equivalent to focus(|(_data, state), lens| lens(state), view).
focus(|(_data, state), lens| lens(state), view)