SpriteRenderContextLazy

Type Alias SpriteRenderContextLazy 

Source
pub type SpriteRenderContextLazy = Box<dyn FnMut(&mut Renderer) -> SpriteRenderContext>;

Aliased Typeยง

pub struct SpriteRenderContextLazy(/* private fields */);