Trait optics::traits::AffineFoldMut
source · pub trait AffineFoldMut<'a, T: ?Sized>: Optics<T> + OpticsFalliblewhere
Self::View: 'a,{
// Required method
fn preview_mut(
&self,
s: &'a mut T
) -> Result<&'a mut Self::View, Self::Error>;
}
Expand description
AffineFold, with mutable references.