(message: &str, span: proc_macro2::Span)
| 422 | } |
| 423 | |
| 424 | fn parsing_error(message: &str, span: proc_macro2::Span) -> TokenStream { |
| 425 | syn::Error::new(span, message).to_compile_error().into() |
| 426 | } |
| 427 | |
| 428 | enum FormatType { |
| 429 | Scalar { |
no outgoing calls
no test coverage detected