Type Alias biblatex::Chunks

source ·
pub type Chunks = Vec<Spanned<Chunk>>;
Expand description

A vector of chunks.

Aliased Type§

struct Chunks { /* private fields */ }