pub trait RefundWeight { // Required method fn refund(&mut self, weight: Weight); }
A type that can handle weight refunds.
Refund some unspent weight.