Trait flatk::UniChunkable[][src]

pub trait UniChunkable<N> {
    type Chunk;
}
Expand description

A trait intended to be implemented on collection types to define the type of a statically sized chunk in this collection. This trait is required for composing with UniChunked.

Associated Types

Implementations on Foreign Types

Implementors