Type Definition sdl2_extras::managers::TextureManager

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