Objects that can be borrowed as a mutable NoNullStr.
trait AsMutNoNullStr {
/* Required methods */
fn as_mut_no_null_str(&mut self) -> Result<&mut NoNullStr, Errno>
}| Receiver | Name | Description |
|---|---|---|
&mut self | as_mut_no_null_str | Tries to borrow the object as a |