pub trait AbiDecodeZero: AbiDecode { // Required method fn dec_zero(input: &mut AbiDecoder<'_>) -> Result<()>; }
Assert read value is zero.