Module id_tree_layout::drawer[][src]

The module with the Drawer trait.

Traits

Drawer

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

Result

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