TryIntoTBytes

Trait TryIntoTBytes 

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

Provided Methods§

Source

fn try_into_tbytes<M>(self) -> ABIResult<TBytes<Self>>
where Self: IntoMessage<M> + Sized, for<'a> M: TryIntoBytes,

Implementors§

Source§

impl<T> TryIntoTBytes for T