Constant const_panic::fmt::COMMA_TERM

source ·
pub const COMMA_TERM: Separator<'_>;
Available on crate feature non_basic only.
Expand description

An alternate-flag-aware comma for use after the last field or element.

For an example, you can look at the one for COMMA_SEP

When the alternate flag is enabled, this puts each field/element on its own line.