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