Module rust_3d::result [] [src]

Module containing Result, the result type used within rust-3d. Also defining the error enum and several transformation methods between error types.

Enums

ErrorKind

The Error Enum used by rust-3d

Traits

ToErrorKind

Trait used to convert other Errors to ErrorKind

Type Definitions

Result

Result type used by rust-3d