#[derive(RlpEncodableWrapper)]
{
// Attributes available to this derive:
#[rlp]
}
Expand description
Derives Encodable
for the newtype
which encodes its single field as-is, without a header:
<field>
#[derive(RlpEncodableWrapper)]
{
// Attributes available to this derive:
#[rlp]
}
Derives Encodable
for the newtype
which encodes its single field as-is, without a header:
<field>