Home
last modified time | relevance | path

Searched refs:StructImplError (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-derive-0.5.0/src/
H A Dvertex.rs11 pub(crate) enum StructImplError { enum
17 impl fmt::Display for StructImplError { implementation
20 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 …]