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

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

Associated Types

type Output

Loading content...

Required methods

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

Loading content...

Implementors

impl<T: Texture<Pixel = Rgba<u8>>> Exporter<T> for ImageExporter<T>
[src]

Loading content...