relay_event_schema::processor

Function process_value

source
pub fn process_value<T, P>(
    annotated: &mut Annotated<T>,
    processor: &mut P,
    state: &ProcessingState<'_>,
) -> ProcessingResult
where T: ProcessValue, P: Processor,
Expand description

Processes the value using the given processor.