Skip to main content

Mapping

Type Alias Mapping 

Source
pub type Mapping = IndexMap<String, Value>;
Expand description

An order-preserving metadata mapping — the shape of a frontmatter block.

Aliased Type§

pub struct Mapping { /* private fields */ }