pub trait AbiDecode { fn is_decode_trivial() -> bool; fn abi_decode(ref mut buffer: BufferReader) -> Self; }