pub type Transformed<T> = <T as HasTransformedView>::TransformedView;
Expand description

The type of the transformed view of T.