1 #include <string> 2 #include "rust/cxx.h" 3 4 namespace bluetooth { 5 namespace common { 6 namespace sys_prop { 7 8 rust::String get(rust::Str property); 9 10 } 11 } // namespace common 12 } // namespace bluetooth 13