Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs32 pub(crate) struct WithLoc<T> { struct
37 impl<T> Deref for WithLoc<T> { argument
45 impl<T> WithLoc<T> { implementation