Trait texture_packer::exporter::Exporter [] [src]

pub trait Exporter<T: Texture> {
    type Output;
    fn export(texture: &T) -> ExportResult<Self::Output>;
}

Associated Types

type Output

Required Methods

fn export(texture: &T) -> ExportResult<Self::Output>

Implementors