pub trait VMHooksError: VMHooksHandlerSource {
// Provided method
fn signal_error(&self, message: &[u8]) -> ! { ... }
}
pub trait VMHooksError: VMHooksHandlerSource {
// Provided method
fn signal_error(&self, message: &[u8]) -> ! { ... }
}