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

4 lines
122 B
Rust
Raw Normal View History

/// The hostname of a forge
#[derive(Clone, Debug, PartialEq, Eq, derive_more::Display)]
pub struct Hostname(pub String);