Module distrand::errors[][src]

Error and result types for the library.

Structs

Error

The Error type.

RevealError

The type of error returned when revealing the generated value.

Enums

ErrorKind

The kind of an error.

RevealErrorKind

What a particular participant did wrong when revealing the generated value.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.

RevealResult

Result of Reveal::get.