Method lrs::string::NoNullStr::dir_mut

Returns a mutable NoNullStr that consists of the segment before the last '/'.

Syntax

impl NoNullStr {
    fn dir_mut(&mut self) -> &mut NoNullStr
}