Objects that can be borrowed as a byte string.
trait AsByteStr {
/* Required methods */
fn as_byte_str(&self) -> &ByteStr
}| Receiver | Name | Description |
|---|---|---|
&self | as_byte_str | Borrows the object as a byte string. |
This will likely be replaced by type ascription.