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