Zebra/tower-fallback
Henry de Valence ecda5445d5 tower-fallback: switch to Box<dyn Error + Send + Sync + 'static>
Previously the code used Either for error handling, but a boxed std Error is
smaller in the happy path and more useful.
2020-07-15 10:09:37 -07:00
..
src tower-fallback: switch to Box<dyn Error + Send + Sync + 'static> 2020-07-15 10:09:37 -07:00
tests tower-fallback: switch to Box<dyn Error + Send + Sync + 'static> 2020-07-15 10:09:37 -07:00
Cargo.toml tower-fallback: switch to Box<dyn Error + Send + Sync + 'static> 2020-07-15 10:09:37 -07:00