Trait lenses::lens::Lens

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

Required Methods

Implementors