enum_unit_core/
lib.rs

1/// Prefix used to name unnamed struct fields.
2pub const fn prefix() -> &'static str {
3    "F"
4}