pub type WrappingTransformation<Inner, Input, Output> = OutputWrappingTransformation<InputWrappingTransformation<Inner, Input, <Output as WithUnderlier>::Underlier>, Input, Output>;Expand description
Transformation that wraps both input and output, converting between types with underliers.
Aliased Typeยง
pub struct WrappingTransformation<Inner, Input, Output> { /* private fields */ }