Trait tea_sdk::serde::FromBytes

pub trait FromBytes<'a>: Sized {
    fn from_bytes(buf: &'a [u8]) -> Result<Self, Error<Serde>>;
}

Required Methods§

Implementors§