Module rust_fr::error

source ·
Expand description

§Error

A module for the error type used in the library. It is a simple enum with a variant for each error that can occur in the library. It uses thiserror internally.

Enums§