Summary
Typing ? into the standard library’s search field shows aliased links to the Try trait (and the old try! macro), but there is no link to the Sized trait, which frequently appears as ?Sized in generic type bounds.
This could be a way to lead some users towards the documentation for this unusual use of the question mark character in trait-bound syntax.
Inspired by this reddit comment, since it turns out that the current docs would not have helped that person find their answer.
Summary
Typing
?into the standard library’s search field shows aliased links to theTrytrait (and the oldtry!macro), but there is no link to theSizedtrait, which frequently appears as?Sizedin generic type bounds.This could be a way to lead some users towards the documentation for this unusual use of the question mark character in trait-bound syntax.
Inspired by this reddit comment, since it turns out that the current docs would not have helped that person find their answer.