[][src]Module peepmatic_runtime::error

Error and Result types for this crate.

Structs

Error

Errors that peepmatic_runtime may generate.

Type Definitions

Result

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