pub type Result<T, E> = Result<T, Error<E>>;
Serialization result
enum Result<T, E> { // some variants omitted }