This post is auto-generated from RSS feed
The Rust Programming Language Forum - Latest topics. Source:
Why is there an `E: Sized` bound for `Box: Error`
There's no Sized bound for &impl Error:
Or for Arc<impl Error>:
But there is for Box<impl Error>:
Just checking that there's a reason, else I assume I can create ACP
2 posts - 2 participants
Read full topic
🏷️ Rust_feed