Trait pancurses::ToChtype [] [src]

pub trait ToChtype {
    fn to_chtype(&self) -> chtype;
}

Required Methods

fn to_chtype(&self) -> chtype

Implementors