Skip to main content

Refs

Type Alias Refs 

Source
pub type Refs = HashMap<String, String>;
Expand description

A declared reference schema: field name (or field/* for array elements) → root-relative target container.

Aliased Type§

pub struct Refs { /* private fields */ }