Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dverifier.rs32 pub struct ErrorTrace(Vec<ErrorTraceDetail>); struct
33 impl core::convert::AsRef<[ErrorTraceDetail]> for ErrorTrace { implementation
100 impl core::fmt::Display for ErrorTrace { implementation