pub async fn historical_events<S>(
query: &EventsQuery,
store: &S,
) -> Result<ExecutionResult, TelemetryError>where
S: TelemetryStore + ?Sized,pub async fn historical_events<S>(
query: &EventsQuery,
store: &S,
) -> Result<ExecutionResult, TelemetryError>where
S: TelemetryStore + ?Sized,