[][src]Trait uapi::AsUstr

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

Used for cheap conversion from into &Ustr

Required methods

pub fn as_ustr(&self) -> &Ustr[src]

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...