Function relay_event_schema::processor::apply
source ยท 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
.