Skip to main content

Module error

Module error 

Source
Expand description

Error types for MARC operations.

This module provides the MarcError type for all MARC library operations and the Result convenience type.

Enums§

MarcError
Error type for all MARC library operations.

Type Aliases§

Result
Convenience type alias for std::result::Result with MarcError.