`.compat().map_err().to_boxed()` worked in other m...
# development
a
.compat().map_err().to_boxed()
worked in other methods, and the
MapErr
struct was given in the error message that described why we couldn't call
.to_boxed()
. i was wondering whether the
MapErr
struct was to blame