#[derive(RlpEncodable)]
{
// Attributes available to this derive:
#[rlp]
}
Available on crate feature
derive
only.Expand description
Derives Encodable
for the type which encodes the all fields as list:
<rlp-header, fields...>