Type Definition fabric_support::dispatch::DispatchResultWithPostInfo[][src]

type DispatchResultWithPostInfo = DispatchResultWithInfo<PostDispatchInfo>;

The return typ of a Dispatchable in fabric. When returned explicitly from a dispatchable function it allows overriding the default PostDispatchInfo returned from a dispatch.