1 2 3 4 5 6
#![allow(dead_code)] pub const IP: &str = "device_ip"; pub const TOKEN: &str = "device_token"; pub const DEVICE_TYPE: &str = "device_type"; pub const METHOD_NAME: &str = "method_name";