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

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

A borrowed instantiation of ContractStateTest.