Enum leftwm_core::errors::LeftError [−][src]
pub enum LeftError {
SerdeParse(Error),
IoError(Error),
XdgBaseDirError(BaseDirectoriesError),
StreamError,
}Variants
SerdeParse(Error)Tuple Fields of SerdeParse
0: ErrorIoError(Error)Tuple Fields of IoError
0: ErrorXdgBaseDirError(BaseDirectoriesError)Tuple Fields of XdgBaseDirError
Trait Implementations
Performs the conversion.