pub trait FineTransposeExt<T, E0, E1> { // Required method fn transpose(self) -> Fine<Fine<T, E1>, E0>; }
Exchanges the Results of nested Fines.
Result
Fine