Type Alias KebabId
pub type KebabId = Id<'-', false>;
Expand description
A “kebab-case” identifier.
Aliased Type§
struct KebabId(/* private fields */);
pub type KebabId = Id<'-', false>;
A “kebab-case” identifier.
struct KebabId(/* private fields */);