Module bdrck::error

source ·
Expand description

error defines error types specific to bdrck, which properly aggregates errors from all of bdrck’s dependencies.

Enums

Error is a structure which denotes all of the possible kinds of errors bdrck can produce, including errors from any of its underlying dependencies.

Type Definitions

A Result type which uses bdrck’s internal Error type.