[][src]Type Definition maxim::StdError

type StdError = Box<dyn Error + Send + Sync + 'static>;

A helper alias to ensure returned errors conform as needed.