Re: [PATCH] rust: init: broaden the blanket impl of `Init`

From: Miguel Ojeda
Date: Fri Apr 21 2023 - 18:47:09 EST


On Thu, Apr 13, 2023 at 12:02 PM Benno Lossin <benno.lossin@xxxxxxxxx> wrote:
>
> This makes it possible to use `T` as a `impl Init<T, E>` for every error
> type `E` instead of just `Infallible`.

Applied to `rust-next`. Thanks!

Cheers,
Miguel