Function relay_event_schema::processor::apply

source ยท
pub fn apply<T, F, R>(v: &mut Annotated<T>, f: F) -> ProcessingResult
where T: IntoValue, F: FnOnce(&mut T, &mut Meta) -> R, R: Into<ProcessingResult>,
Expand description

Modifies this value based on the action returned by f.