pub trait Backend { fn gas_meter<R: Rules>(self, module: &Module, rules: &R) -> GasMeter; }
Under the hood part of the gas metering mechanics.
Provides the gas metering implementation details.