toml_edit::parser::inline_table

Function descend_path

source
fn descend_path<'a>(
    table: &'a mut InlineTable,
    path: &'a [Key],
) -> Result<&'a mut InlineTable, CustomError>