#[derive(RlpEncodableWrapper)]
{
    // Attributes available to this derive:
    #[rlp]
}
Expand description

Derives Encodable for the type which encodes the fields as-is, without a header: <fields...>