Skip to main content

historical_events

Function historical_events 

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