mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
5 lines
87 B
Rust
5 lines
87 B
Rust
#[derive(Clone)]
|
|
pub struct Memory {
|
|
pub host: String,
|
|
pub is_enabled: bool,
|
|
}
|