pub trait Lens<T>: Getter<T> + AffineTraversal<T>where Self::View: Sized,{ }
Lens: getter and setter.