You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I search the name of a trait, it would be nice to see matches for parameter and return tabs for functions that include that trait as a trait bound.
In the screenshot below, State is a trait of the kiss3d crate, and the render_with_state shown has <S: State> trait bounds on it, so it would be nice to see that function under the "In parameters" tab as well. Ditto for functions where the trait object is returned.
The text was updated successfully, but these errors were encountered:
If I search the name of a trait, it would be nice to see matches for parameter and return tabs for functions that include that trait as a trait bound.
In the screenshot below,
State
is a trait of thekiss3d
crate, and therender_with_state
shown has<S: State>
trait bounds on it, so it would be nice to see that function under the "In parameters" tab as well. Ditto for functions where the trait object is returned.The text was updated successfully, but these errors were encountered: