ori::prelude

Type Alias Lens

Source
pub type Lens<'a, T> = dyn FnMut(&mut T) + 'a;
Expand description

A lens used by Focus.