Function set_char_table_parent

Source
fn set_char_table_parent<'ob>(
    table: &'ob CharTable,
    parent: Option<&'ob CharTable>,
) -> Option<&'ob CharTable>