Trait lrs::string::AsMutByteStr

Objects that can be mutably borrowed as a byte string.

Syntax

trait AsMutByteStr {
    /* Required methods */
    fn as_mut_byte_str(&mut self) -> &mut ByteStr
}

Methods

ReceiverNameDescription
&mut selfas_mut_byte_str

Borrows the object as a mutable byte string.

Remarks

This will likely be replaced by type ascription.