pub type LogQueryHandlerRef = Arc<dyn LogQueryHandler + Send + Sync>;
struct LogQueryHandlerRef { /* private fields */ }