pub trait PostInherents {
// Provided method
fn post_inherents() { ... }
}
Expand description
Provides a callback to execute logic after the all inherents.
Provided Methods§
Sourcefn post_inherents()
fn post_inherents()
Called after all inherents were applied.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.