pub trait WithPostDispatchInfo: WithPostDispatchInfo {
    fn with_weight(self, actual_weight: Weight) -> DispatchErrorWithPostInfo
where
Self: Sized
, { ... } }
👎Deprecated: Trait has moved to frame_support::dispatch

Provided Methods§

source

fn with_weight(self, actual_weight: Weight) -> DispatchErrorWithPostInfowhere
Self: Sized,

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§