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

Trait Implementations

impl Debug for GenError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for GenError
[src]

[src]

Performs the conversion.

impl From<Error> for GenError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GenError

impl !Sync for GenError