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