enum-unit-core 0.1.2

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