Trait texture_packer::importer::Importer [] [src]

pub trait Importer<I> {
    type Texture: Texture;
    fn import(input: I) -> ImportResult<Self::Texture>;
}

Associated Types

type Texture: Texture

Required Methods

fn import(input: I) -> ImportResult<Self::Texture>

Implementors