descend_path

Function descend_path 

Source
fn descend_path<'a>(
    table: &'a mut InlineTable,
    path: &'a [Key],
    dotted: bool,
    errors: &mut dyn ErrorSink,
) -> Option<&'a mut InlineTable>