Thanks to visit codestin.com Credit goes to docs.rs
pub trait AsUstr { // Required method fn as_ustr(&self) -> &Ustr; }
Used for cheap conversion from into &Ustr
&Ustr
Perform the conversion