#![doc=include_str!("../README.md")]/// Re-export of derived macro
pubuseerr_per_field_derive::ErrPerField;/// Trait used for inner usage. DO NOT USE DIRECTLY!
#[doc(hidden)]pubtraitErrPerField{/// Wrapper of this struct
typeWrapper;}/// A wrapper of the raw struct.
pubtypeWrapper<T>=<T as ErrPerField>::Wrapper;