git-next/crates/config/src/branch_name.rs

3 lines
96 B
Rust
Raw Normal View History

2024-06-16 08:00:43 +01:00
// The name of a Branch
2024-06-19 07:02:18 +01:00
crate::newtype!(BranchName is a String, derive_more::Display, Default);