pub fn draw<D, T>(ctx: &mut Context, drawable: &D, params: T) -> GameResultwhere
    D: Drawable,
    T: Into<DrawParam>,
Expand description

Draws the given Drawable object to the screen by calling its draw() method.