Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Command<T>::perform
to return a Command<T>
This seems like clearly the correct thing to do here. If the type bound on `Command` isn't specified, it makes no difference, since the generic is inferred in a way that works with either definition. But this is important if `Command<T>` is aliased with a concrete type.
- Loading branch information