[][src]Type Definition cosmwasm_std::testing::MockQuerierCustomHandlerResult

type MockQuerierCustomHandlerResult = SystemResult<ContractResult<Binary>>;

The same type as cosmwasm-std's QuerierResult, but easier to reuse in cosmwasm-vm. It might diverge from QuerierResult at some point.