#[derive(RlpDecodableWrapper)]
{
// Attributes available to this derive:
#[rlp]
}
Expand description
Derives Decodable
for the type whose implementation expects only the
individual fields encoded: <fields...>
This is the inverse of RlpEncodableWrapper
.