toml/ser/
style.rs

1#[derive(Copy, Clone, Default)]
2pub(crate) struct Style {
3    pub(crate) multiline_array: bool,
4}