Trait tcod::AsNative [] [src]

pub trait AsNative<T> {
    unsafe fn as_native(&self) -> &T;
}

Required Methods

Implementors