8 lines
146 B
Rust
8 lines
146 B
Rust
|
|
use crate::define_variable;
|
||
|
|
|
||
|
|
define_variable! {
|
||
|
|
pub static SOURCEPROTOCOLINFO: String = "SourceProtocolInfo" {
|
||
|
|
evented: true,
|
||
|
|
}
|
||
|
|
}
|