pub trait TryIntoTBytes {
// Provided method
fn try_into_tbytes<M>(self) -> ABIResult<TBytes<Self>>
where Self: IntoMessage<M> + Sized,
for<'a> M: TryIntoBytes { ... }
}pub trait TryIntoTBytes {
// Provided method
fn try_into_tbytes<M>(self) -> ABIResult<TBytes<Self>>
where Self: IntoMessage<M> + Sized,
for<'a> M: TryIntoBytes { ... }
}