Box is just used for managing the ownership of heap allocated data, I don’t think it’s required here (not sure how trait objects would work here, if at all).
Box is just used for managing the ownership of heap allocated data, I don’t think it’s required here (not sure how trait objects would work here, if at all).