Enum entity_store_code_gen::SaveError [] [src]

pub enum SaveError {
    VarError(VarError, &'static str),
    FailedToCreateFile(PathBufError),
    FailedToWriteFile(PathBufError),
    FailedToRemoveExistingSymlink(PathBufError),
    FailedToMakeSymlink(PathBufError),
}

Errors that can occur while creating the output file

Variants

Trait Implementations

impl Debug for SaveError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SaveError

impl Sync for SaveError