pub type CompiledQuery = Box<dyn FnMut(&dyn Point) -> (bool, ControlFlow<()>) + Send>;
struct CompiledQuery(/* private fields */);