pub type CancellationTokenRef = Arc<dyn CancellationToken>;Expand description
A shared, thread-safe cancellation token. Held as an Arc because the lazy scan iterator and
the engine reads it drives can outlive the builder call and run on other threads.
Aliased Typeยง
pub struct CancellationTokenRef { /* private fields */ }