Trait includer_codegen::Pipeline[][src]

pub trait Pipeline: Display { }

Assets Pipeline.

Pipeline should be implemented on anything that generates code which embeds assets in binaries at compile time. For use in Codegen which generates a rust file at build time with the contents of all asset pipelines.

Implementors