pub trait TryIntoBytes: Debug {
// Required method
fn try_into_bytes(self) -> ABIResult<Vec<u8>>
where Self: Sized;
}pub trait TryIntoBytes: Debug {
// Required method
fn try_into_bytes(self) -> ABIResult<Vec<u8>>
where Self: Sized;
}