pub trait Transpose {
    fn transpose(&self) -> Self;
}
Expand description

The transpose.

Required Methods§

Perform the transpose.

Implementors§