ContainerOptions
Options for manual serialization of container types.
Fields of this type
Fields
- whitespace_style:union(enum) { /// If true, wrap every field. If false do not. wrap: bool, /// Automatically decide whether to wrap or not based on the number of fields. Following /// the standard rule of thumb, containers with more than two fields are wrapped. fields: usize, }
- The whitespace style that should be used for this container.