pub type TextureManager<'l, T> = ResourceManager<'l, String, Texture<'l>, TextureCreator<T>>;
Aliased Typeยง
pub struct TextureManager<'l, T> { /* private fields */ }
pub type TextureManager<'l, T> = ResourceManager<'l, String, Texture<'l>, TextureCreator<T>>;
pub struct TextureManager<'l, T> { /* private fields */ }