Objects that can be borrowed as a NoNullStr.
NoNullStr
trait AsNoNullStr { /* Required methods */ fn as_no_null_str(&self) -> Result<&NoNullStr, Errno> }
&self
Tries to borrow the object as a NoNullStr.