pub trait AsUstr {
    fn as_ustr(&self) -> &Ustr;
}
Expand description

Used for cheap conversion from into &Ustr

Required methods

Perform the conversion

Implementations on Foreign Types

Implementors