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§

fmt_wrapper
A macro to implement formatting traits for wrapper structs
impl_wrapper_binary
the [impl_wrapper_binary!] macro implements binary operations for a wrapper type.
impl_wrapper_binary_mut
impl_wrapper_unary
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.