Since we are no longer relying on the blanket `io::Write` impl for `&mut io::Write`, we should now ensure that we do not require `Sized` for our `io::Write` bounds, as its unnecessarily restrictive and can no longer be worked around by simply adding an `&mut`. |
||
---|---|---|
.. | ||
ecdsa.rs | ||
key.rs | ||
mod.rs | ||
sighash.rs | ||
taproot.rs |