Enum twmap::Error [−][src]
pub enum Error {
Map(MapError),
MapFromDatafile(MapFromDatafileError),
DatafileSaving(SizeError),
DatafileParse(DatafileParseError),
Io(Error),
Dir(MapDirError),
}Variants
Map(MapError)Tuple Fields of Map
0: MapErrorMapFromDatafile(MapFromDatafileError)Tuple Fields of MapFromDatafile
DatafileSaving(SizeError)Tuple Fields of DatafileSaving
0: SizeErrorDatafileParse(DatafileParseError)Tuple Fields of DatafileParse
Io(Error)Tuple Fields of Io
0: ErrorDir(MapDirError)Tuple Fields of Dir
0: MapDirErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.