Module backend
Expand description
This module contains some useful re-export of backend related types.
Traitsยง
- Drawing
Backend - The drawing backend trait, which implements the low-level drawing APIs.
This trait has a set of default implementation. And the minimal requirement of
implementing a drawing backend is implementing the
draw_pixelfunction.