Function relay_event_schema::processor::process_value
source ยท pub fn process_value<T, P>(
annotated: &mut Annotated<T>,
processor: &mut P,
state: &ProcessingState<'_>,
) -> ProcessingResultwhere
T: ProcessValue,
P: Processor,
Expand description
Processes the value using the given processor.