[][src]Module lib3h::error

Lib3h custom error definition.

Structs

Lib3hError

An error that can occur when interacting with the algorithm.

Enums

ErrorKind

The specific type of an error.

Type Definitions

Lib3hResult

A type alias for Result<T, Lib3hError>.