imag-store: Replace error module imports with macro helper

This commit is contained in:
Matthias Beyer 2016-05-19 17:05:14 +02:00
parent 62cd7871a2
commit 0315b93c04

View file

@ -1,6 +1,4 @@
use std::error::Error;
use std::fmt::Error as FmtError;
use std::fmt::{Display, Formatter};
generate_error_imports!();
generate_error_types!(StoreError, StoreErrorKind,
BackendError => "Backend Error",