Expand description

The module with the Drawer trait.

Traits

By implementing this trait anyone can provide his own drawer, for instance one that draws onto a bitmap, if he don’t want to use the SvgDrawer used by the crate by default.

Type Definitions

The Drawer’s result type is the std::io::Result with Unit as success type.