Home
last modified time | relevance | path

Searched refs:async_method_noreturn (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs206 pub async fn async_method_noreturn<A: AppendAll>( in async_method_noreturn() method
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs457 .async_method_noreturn(#dbus_method_name, #input_tuple) in generate_dbus_interface_client()