Markus Kohlhase
Markus Kohlhase
> Are you talking about minimizing the html,css,js etc? exactly!
> Unless you're a very high traffic site I would think that compressing the actual HTML will not have a big impact. You're totally right but besides the actual compression...
Hm... it's a bit complicated :( Here is my wrapper and result type: ```rust #[derive(Debug)] enum AppError>; ``` with ```rust impl { fn from(f: F) -> AppError
I'm sorry for bothering you: ``` / impl From for AppError { | fn from(f: F) -> AppError { AppError(failure::Error::from(f)) } | } |_- first implementation here / impl From...
Ok, your last hint solved most issues but now I still have problems to `match` my `ErrorKind` variants :( Out of the box failure seems not to support it but...
Feel free to create a PR or a concrete concept :)
sounds good :)
Thanks for reporting! I'll have a look at it soon.
I can reproduce the bug: https://github.com/flosse/json-file-store/commit/9f2b86f8dc3aaeb56972105b068dc7254321035c :)