Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flatbuffers/src/
Dverifier.rs33 pub struct ErrorTrace(Vec<ErrorTraceDetail>); struct
35 impl core::convert::AsRef<[ErrorTraceDetail]> for ErrorTrace { implementation
176 impl core::fmt::Display for ErrorTrace { implementation