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