pub trait Void { // Required method fn bytes(&self) -> &[u8] ⓘ; }
A type that can be used in the “void” position.
The raw bytes of this item.