We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2a07ef7
Support bytes inside of Option, as in:
Option
#[serde(with = "serde_bytes")] opt_bytes: Option<&'a [u8]>,