Crate contained_core

Crate contained_core 

Source
Expand description

the core modules supporting the contained crate focused on establishing foundational primitives and utilities for getter, setters, and wrappers.

Modules§

error
this module defines the Error enum and related types for error handling within the crate.
traits
core traits and interfaces for wrappers and their operations, formatting, etc.

Enums§

Error
The Error implementation defines the possible errors that can occur within the crate.

Type Aliases§

Result
a type alias for a Result configured to use the custom Error type.