Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs114 let api_iface_ident = ast.trait_.unwrap().1.to_token_stream(); in generate_dbus_exporter() localVariable
278 None => quote! { <T: 'static + #api_iface_ident + Send + ?Sized> }, in generate_dbus_exporter()