Enum rectangle_pack::RectanglePackError [−][src]
pub enum RectanglePackError {
NotEnoughBinSpace,
}An error while attempting to pack rectangles into bins.
Variants
The rectangles can’t be placed into the bins. More bin space needs to be provided.
Trait Implementations
impl Display for RectanglePackError[src]
impl Display for RectanglePackError[src]impl Error for RectanglePackError[src]
impl Error for RectanglePackError[src]Auto Trait Implementations
impl RefUnwindSafe for RectanglePackError
impl RefUnwindSafe for RectanglePackErrorimpl Send for RectanglePackError
impl Send for RectanglePackErrorimpl Sync for RectanglePackError
impl Sync for RectanglePackErrorimpl Unpin for RectanglePackError
impl Unpin for RectanglePackErrorimpl UnwindSafe for RectanglePackError
impl UnwindSafe for RectanglePackError