Type Alias biblatex::Field

source ·
pub type Field<'s> = Vec<Spanned<RawChunk<'s>>>;
Expand description

The content of a field or abbreviation.

Aliased Type§

struct Field<'s> { /* private fields */ }