pub struct ValidationInterfaceCallbacks {
pub block_checked: Box<dyn BlockChecked>,
}Expand description
A holder struct for validation interface callbacks
Fields§
§block_checked: Box<dyn BlockChecked>Called after a block has completed validation and communicates its validation state.
Auto Trait Implementations§
impl Freeze for ValidationInterfaceCallbacks
impl !RefUnwindSafe for ValidationInterfaceCallbacks
impl !Send for ValidationInterfaceCallbacks
impl !Sync for ValidationInterfaceCallbacks
impl Unpin for ValidationInterfaceCallbacks
impl !UnwindSafe for ValidationInterfaceCallbacks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more