Skip to main content

validate_toml_table

Function validate_toml_table 

Source
fn validate_toml_table(
    known_ptrs: &[&[&'static str]],
    toml: &Table,
    ptr: &mut String,
    error_sink: &mut Vec<(String, Error)>,
)