Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/darling_core/src/codegen/
Derror.rs6 pub struct ErrorDeclaration { struct
10 impl ToTokens for ErrorDeclaration { implementation
Dtrait_impl.rs80 pub fn declare_errors(&self) -> ErrorDeclaration { in declare_errors()