pub trait Transpose {
    type T: Transpose<T = Self>;
}

Required Associated Types

Implementations on Foreign Types

Implementors