Traits§
- Build
Nest Value - Generic parameters
- Nest
Value Type - ToNest
With - Allows for converting a data struct (by reference) to a supported nest type.
- ToWrapped
With ToWrappedWithis automatically implemented for data structs when all top-level nests have aTransformToNestimpl on each nest type within the group. All impls must be for the same transform type.- Transform
- Marker trait for a transform impl
- Transform
Options - Transform
ToNest - Primary entrypoint for data -> nest conversions.
- TryBuild
Nest Value - Fallible version of
BuildNestValue - TryTo
Nest With - Fallible version of
ToNestWith - TryTo
Wrapped With TryToWrappedWithis automatically implemented for data structs when all top-level nests have aTryTransformToNestimpl on each nest type within the group. All impls must be for the same transform type.- TryTransform
ToNest - Fallible version of
TransformToNest - TryWrap
Data With - Allows for converting a data struct into a wrapper.
- Wrap
Data With - Allows for converting a data struct into a wrapper.