mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-06 16:06:48 +08: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>,
|
|
}
|