Module peepmatic_runtime::error[][src]

Expand description

Error and Result types for this crate.

Structs

Errors that peepmatic_runtime may generate.

Type Definitions

A result type containing Ok(T) or Err(peepmatic_runtime::Error).