Enum toml_document::ArrayValueMut [] [src]

pub enum ArrayValueMut<'a> {
    Inline(&'a mut InlineArray),
    OfTables,
}

Variants