Trait tcod::FromNative [] [src]

pub trait FromNative<T> {
    unsafe fn from_native(input: T) -> Self;
}

Required Methods

Implementors