Skip to main content

AbortableAtYieldHandler

Trait AbortableAtYieldHandler 

Source
pub trait AbortableAtYieldHandler: ToolHandler + Sealed { }
Expand description

Structural AbortableAtYield factory marker (V2 §14.2 / D-050).

Only crate-owned handlers that produce CancelOnly + inline drive implement this. Custom dyn ToolHandler values cannot self-assert via supports_abort.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§