ori::prelude

Function without_data

Source
pub fn without_data<S, T, V>(view: V) -> impl View<(S, T)>
where V: View<S>,
Expand description

Create a new view unwrapping some data from the state.

This is equivalent to focus(|(_data, state), lens| lens(state), view).