Type Alias TextureManager

Source
pub type TextureManager<'l, T> = ResourceManager<'l, String, Texture<'l>, TextureCreator<T>>;

Aliased Typeยง

pub struct TextureManager<'l, T> { /* private fields */ }