Always refer to Deref types with where clauses instead of direct
authorMatt Corallo <git@bluematt.me>
Sun, 31 May 2020 03:16:29 +0000 (23:16 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 25 Aug 2020 21:09:02 +0000 (17:09 -0400)
commita05b3fa8974c80a4959179346b55c254ddf509b8
treef8f9eb1e58c498b5bf2db829fc8f11cbd6ee81ed
parent4441a06dee6967fd9667f8d07a666b3ed7ed1a3a
Always refer to Deref types with where clauses instead of direct

This makes it a little easier to write C bindings generation as
we only have to handle one case instead of both.
lightning/src/chain/chaininterface.rs