llldap/src/db/domain.rs

4 lines
77 B
Rust
Raw Normal View History

2026-09-14 21:05:23 +02:00
#[derive(Clone, Debug, Default)]
pub struct Domain {
pub name: String,
}