> - server.await?;> -> - Ok(())> + server.await.map_err(From::from)> }
Hmm, I'm not sure what I think about this. I used the Ok(()) here to
avoid explicitly writing error conversion
Am Samstag, 9. Januar 2021, 00:49:33 CET schrieb Colin Reeder:
> Hmm, I'm not sure what I think about this. I used the Ok(()) here to> avoid explicitly writing error conversion
Well okay... feel free to skip any patch you don't like of course! :-)
I guess they should apply without eachother! :-)