Trait wasm_instrument::gas_metering::Backend
source · pub trait Backend {
// Required method
fn gas_meter<R: Rules>(self, module: &Module, rules: &R) -> GasMeter;
}
Expand description
Under the hood part of the gas metering mechanics.
Required Methods§
Object Safety§
This trait is not object safe.