8 lines
152 B
Rust
8 lines
152 B
Rust
use pmoupnp::define_variable;
|
|
|
|
define_variable! {
|
|
pub static CURRENTCONNECTIONIDS: String = "CurrentConnectionIDs" {
|
|
evented: true,
|
|
}
|
|
}
|