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§

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§