Trait ncursesw::RawWithNul[][src]

pub trait RawWithNul<T>: Into<T> {
    fn raw_with_nul(self) -> T;
}

Required methods

Implementors