Enum entity_store_code_gen::GenError
[−]
[src]
pub enum GenError {
ParseError(Error),
SpecError,
InvalidStorageType(Vec<String>),
InvalidAggregateType(Vec<String>),
NoSuchComponent(String),
MissingSpatialHashKey,
TemplateError(Error),
InvalidIdWidth(Vec<usize>),
Utf8ConversionError,
RustFmtError,
MissingStorageType(String),
NoComponents,
}Errors that can occur during code generation
Variants
ParseError(Error)SpecErrorInvalidStorageType(Vec<String>)InvalidAggregateType(Vec<String>)NoSuchComponent(String)MissingSpatialHashKeyTemplateError(Error)InvalidIdWidth(Vec<usize>)Utf8ConversionErrorRustFmtErrorMissingStorageType(String)NoComponents
Trait Implementations
impl Debug for GenError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more