From: Matt Corallo Date: Thu, 28 Sep 2023 00:32:55 +0000 (+0000) Subject: Accept `DerefMut` bounds on generics as if they were `Deref` X-Git-Tag: v0.0.117.0^2~13 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1afc4ccc5073ab6dd99def164c9891a733c11688;hp=1afc4ccc5073ab6dd99def164c9891a733c11688;p=ldk-c-bindings Accept `DerefMut` bounds on generics as if they were `Deref` ---