Method lrs::string::NoNullStr::file_mut

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

Syntax

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