pub fn convert_inline_key(t: &mut InlineTable, name: &str, to: Kind) -> boolExpand description
Change a key’s value in an inline table to another kind, where it reads as one. A table cannot be inside an inline table, so that is refused.
pub fn convert_inline_key(t: &mut InlineTable, name: &str, to: Kind) -> boolChange a key’s value in an inline table to another kind, where it reads as one. A table cannot be inside an inline table, so that is refused.