Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tracing-attributes/src/
Dattr.rs12 pub(crate) struct EventArgs { struct
27 pub(crate) err_args: Option<EventArgs>, argument
167 impl EventArgs { impl
173 impl Parse for EventArgs { implementation