Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flatbuffers/src/
Dverifier.rs25 pub struct ErrorTrace(Vec<ErrorTraceDetail>); struct
26 impl std::convert::AsRef<[ErrorTraceDetail]> for ErrorTrace { implementation
93 impl std::fmt::Display for ErrorTrace { implementation