mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
6 lines
125 B
Rust
6 lines
125 B
Rust
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
|
|
pub struct IrDartImport {
|
|
pub uri: String,
|
|
pub alias: Option<String>,
|
|
}
|