relay_event_schema/protocol/
base.rs1use crate::processor::ProcessValue;
2
3impl ProcessValue for relay_base_schema::events::EventType {}
4impl ProcessValue for relay_base_schema::metrics::MetricUnit {}
5impl ProcessValue for relay_base_schema::spans::SpanStatus {}