Trait lenses::lens::Getter

source ·
pub trait Getter<S, A> {
    fn view(&self, s: &S) -> A;
}

Required Methods

Implementors