[][src]Trait uapi::AsUstr

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

Used for cheap conversion from into &Ustr

Required methods

fn as_ustr(&self) -> &Ustr

Perform the conversion

Loading content...

Implementations on Foreign Types

impl AsUstr for CStr[src]

impl AsUstr for CString[src]

Loading content...

Implementors

impl AsUstr for Ustr[src]

impl AsUstr for Ustring[src]

Loading content...