pub enum Error {
Config(String),
Migration(String),
MigrationNotFound(String),
PathError(String),
IoOpen(Error),
IoCreate(Error),
IoRead(Error),
IoWrite(Error),
IoProc(Error),
Utf8Error(FromUtf8Error),
TomlDe(Error),
TomlSe(Error),
}Variants
Config(String)Migration(String)MigrationNotFound(String)PathError(String)IoOpen(Error)IoCreate(Error)IoRead(Error)IoWrite(Error)IoProc(Error)Utf8Error(FromUtf8Error)TomlDe(Error)TomlSe(Error)Trait Implementations
Formats the value using the given formatter.
Formats the value using the given formatter. Read more