Trait frame_support::weights::WithPostDispatchInfo
source · pub trait WithPostDispatchInfo: WithPostDispatchInfo {
// Provided method
fn with_weight(self, actual_weight: Weight) -> DispatchErrorWithPostInfo
where Self: Sized { ... }
}
👎Deprecated: Trait has moved to
frame_support::dispatch
Provided Methods§
sourcefn with_weight(self, actual_weight: Weight) -> DispatchErrorWithPostInfowhere
Self: Sized,
fn with_weight(self, actual_weight: Weight) -> DispatchErrorWithPostInfowhere Self: Sized,
👎Deprecated: Trait has moved to
frame_support::dispatch