Trait posix::AsNTStr [-] [+] [src]

pub trait AsNTStr<'a> {
    fn as_nt_str(&'a self) -> NTStrBorrowed<'a>;
}

Required Methods

fn as_nt_str(&'a self) -> NTStrBorrowed<'a>

Implementors