[][src]Module bin_packer_3d::error

Defines an Error type and a Result type, which can be raised from the packing algorithm.

Enums

Error

There are the errors which can be raised when using the bin packing algorithm.

Type Definitions

Result

This Result type is a convenience type that uses the BinPacker's Error type as a default.