Crate contained_core

Crate contained_core 

Source
Expand description

this core components of the contained crate

Modules§

error
this module defines the core error type for the crate
prelude

Macros§

impl_wrapper_unary
the [impl_wrapper_unary!] macro implements binary operations for a wrapper type.
wrapper

Enums§

Error
The custom error type for the crate.

Type Aliases§

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