Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs53 let api_iface_ident = ast.trait_.unwrap().1.to_token_stream(); in generate_dbus_exporter() localVariable
174 type ObjType = std::sync::Arc<std::sync::Mutex<dyn #api_iface_ident + Send>>; in generate_dbus_exporter()