Lines Matching defs:MacroError
21 ) -> Result<&'a Punctuated<Field, Comma>, MacroError> { in get_fields() argument
37 fn get_unnamed_field<'a>(input: &'a DeriveInput, msg: &str) -> Result<&'a Field, MacroError> { in get_unnamed_field() argument
59 fn is_c_repr(input: &DeriveInput, msg: &str) -> Result<(), MacroError> { in is_c_repr() argument
72 fn is_transparent_repr(input: &DeriveInput, msg: &str) -> Result<(), MacroError> { in is_transparent_repr() argument
85 fn derive_object_or_error(input: DeriveInput) -> Result<proc_macro2::TokenStream, MacroError> { in derive_object_or_error() argument
111 fn derive_opaque_or_error(input: DeriveInput) -> Result<proc_macro2::TokenStream, MacroError> { in derive_opaque_or_error() argument
158 fn get_repr_uN(input: &DeriveInput, msg: &str) -> Result<Path, MacroError> { in get_repr_uN() argument
179 fn get_variants(input: &DeriveInput) -> Result<&Punctuated<Variant, Comma>, MacroError> { in get_variants() argument
200 ) -> Result<proc_macro2::TokenStream, MacroError> { in derive_tryinto_body() argument
213 fn derive_tryinto_or_error(input: DeriveInput) -> Result<proc_macro2::TokenStream, MacroError> { in derive_tryinto_or_error() argument