Home
last modified time | relevance | path

Searched defs:RustType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs46 type RustType = Vec<u8>; typedef
51 ) -> Result<Self::RustType, Box<dyn std::error::Error>> { in ref_arg_to_rust()
270 <T as DBusArg>::DBusType: RefArgToRust<RustType = <T as DBusArg>::DBusType>, in parse_propmap_value()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs90 type RustType = Vec<u8>; typedef
95 ) -> Result<Self::RustType, Box<dyn std::error::Error>> { in ref_arg_to_rust()
221 <T as DBusArg>::DBusType: RefArgToRust<RustType = <T as DBusArg>::DBusType>, in parse_propmap_value()