Skip to main content

resolve

Function resolve 

Source
fn resolve(
    name: &str,
    decls: &BTreeMap<String, String>,
    stack: &mut Vec<String>,
) -> ParsedSchema
Expand description

Resolves a schema const to its field list, following extend/omit/pick chains through other consts.