☰
FromBytes
Required Methods
from_bytes
Implementors
In tea_sdk::serde
?
Trait
tea_sdk
::
serde
::
FromBytes
[
−
]
pub trait FromBytes<'a>:
Sized
{ fn
from_bytes
(buf: &'a [
u8
]) ->
Result
<Self,
Error
<
Serde
>>; }
Required Methods
§
fn
from_bytes
(buf: &'a [
u8
]) ->
Result
<Self,
Error
<
Serde
>>
Implementors
§
§
impl<'a, T>
FromBytes
<'a> for T
where
T: IsFromBytes<'a>,