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

4 lines
134 B
Rust
Raw Normal View History

/// The user within the forge to connect as
#[derive(Clone, Debug, PartialEq, Eq, derive_more::Display)]
pub struct User(pub String);