4 lines
77 B
Rust
4 lines
77 B
Rust
|
|
#[derive(Clone, Debug, Default)]
|
||
|
|
pub struct Domain {
|
||
|
|
pub name: String,
|
||
|
|
}
|