https://pantsbuild.org/ logo
e

enough-analyst-54434

05/10/2020, 1:05 AM
What's up with:
Copy code
.compat()
.to_boxed()
.map_err(...)
.to_boxed()
Vs using:
Copy code
.compat()
.map_err(...)
.to_boxed()