Skip to main content

RectifyCallbacks

Trait RectifyCallbacks 

Source
pub trait RectifyCallbacks<StepT>:
    AssentCallback<StepT>
    + SeerCallback<StepT>
    + RectifyCallback { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T, StepT> RectifyCallbacks<StepT> for T
where T: AssentCallback<StepT> + SeerCallback<StepT> + RectifyCallback,