Type Definition concordium_std::test_infrastructure::ContractStateTestBorrowed[][src]

type ContractStateTestBorrowed<'a> = ContractStateTest<&'a mut Vec<u8>>;

A borrowed instantiation of ContractStateTest.