Searched refs:StructImplError (Results 1 – 1 of 1) sorted by relevance
11 pub(crate) enum StructImplError { enum17 impl fmt::Display for StructImplError { implementation20 StructImplError::SemanticsError(ref e) => in fmt()22 StructImplError::FieldError(ref e) => in fmt()34 ) -> Result<TokenStream, StructImplError> in generate_vertex_impl()43 ).map_err(StructImplError::SemanticsError)?; in generate_vertex_impl()93 Fields::Unit => Err(StructImplError::UnsupportedUnit) in generate_vertex_impl()105 ) -> Result<(), StructImplError> in process_field()119 .map_err(StructImplError::FieldError)?; in process_field()192 ) -> Result<proc_macro2::TokenStream, StructImplError> in get_instancing()[all …]