/*! `error-chain` boilerplate and custom `Error` types */ // Copyright 2020, Marcel Schneider use error_chain::*; // Create the Error, ErrorKind, ResultExt, and Result types error_chain! {}