pub unsafe trait StrongStorage: FormatDesc {
    type Pixel: Copy;
}

Required Associated Types

Implementors