pub fn apply<T, F, R>(v: &mut Annotated<T>, f: F) -> ProcessingResult
Expand description
Modifies this value based on the action returned by f
.
pub fn apply<T, F, R>(v: &mut Annotated<T>, f: F) -> ProcessingResult
Modifies this value based on the action returned by f
.