Trait tcod::console::TcodString [] [src]

pub trait TcodString {
    fn as_ascii(&self) -> Option<&[u8]>;
}

Required Methods

Implementors