[−][src]Trait rlp::Decodable
RLP decodable trait
Required methods
fn decode(rlp: &Rlp<'_>) -> Result<Self, DecoderError>
Decode a value from RLP bytes
Implementations on Foreign Types
impl Decodable for bool
[src]
fn decode(rlp: &Rlp<'_>) -> Result<Self, DecoderError>
[src]
impl Decodable for Vec<u8>
[src]
fn decode(rlp: &Rlp<'_>) -> Result<Self, DecoderError>
[src]
impl<T> Decodable for Option<T> where
T: Decodable,
[src]
T: Decodable,