pub trait VMHooksLog: VMHooksHandlerSource {
// Provided method
fn managed_write_log(
&self,
topics_handle: RawHandle,
data_handle: RawHandle,
) { ... }
}
pub trait VMHooksLog: VMHooksHandlerSource {
// Provided method
fn managed_write_log(
&self,
topics_handle: RawHandle,
data_handle: RawHandle,
) { ... }
}