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
This may be architecturally hard to do, in that case it may be worth looking into a doc(proxy=foo) attribute that lets you ask for an impl to explicitly show up on the page of a certain type. This also is useful in cases like #55408 where your impl is on Wrapper<Foo> but you want it to be discoverable from Foo
The text was updated successfully, but these errors were encountered:
Foo
implementsBar
, but this won't show up in rustdoc.the gstreamer bindings exhibit this: https://sdroege.github.io/rustdoc/gstreamer/gstreamer/struct.DeviceMonitor.html , https://sdroege.github.io/rustdoc/gstreamer/gstreamer/trait.DeviceMonitorExt.html
This may be architecturally hard to do, in that case it may be worth looking into a
doc(proxy=foo)
attribute that lets you ask for an impl to explicitly show up on the page of a certain type. This also is useful in cases like #55408 where your impl is onWrapper<Foo>
but you want it to be discoverable fromFoo
The text was updated successfully, but these errors were encountered: