Skip to main content

ExecutionCallbacks

Trait ExecutionCallbacks 

Source
pub trait ExecutionCallbacks:
    Debug
    + Send
    + Sync
    + 'static {
    // Provided method
    fn on_operation(&self, _args: OperationCallbackArgs) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§