Home
last modified time | relevance | path

Searched defs:InstrumentArgs (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tracing-attributes/src/
Dattr.rs10 pub(crate) struct InstrumentArgs { struct
25 impl InstrumentArgs { argument
103 impl Parse for InstrumentArgs { implementation
Dlib.rs564 args: attr::InstrumentArgs, in instrument_speculative()
581 args: attr::InstrumentArgs, in instrument_precise()
Dexpand.rs20 args: InstrumentArgs, in gen_function()
107 mut args: InstrumentArgs, in gen_block()
660 args: InstrumentArgs, in gen_async()