Function wasmer_middlewares::metering::is_accounting
source ยท pub fn is_accounting(operator: &Operator<'_>) -> bool
Expand description
Returns true
if and only if the given operator is an accounting operator.
Accounting operators do additional work to track the metering points.