Function gear_core::gas_metering::post_injection_handler

pub fn post_injection_handler<R>(
    module: Module,
    rules: &R,
    gas_charge_index: usize,
) -> Result<Module, Module>
where R: Rules,
Expand description

Helper procedure that makes adjustments after gas metering function injected.

See documentation for inject for more details.