descend_path

Function descend_path 

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