Closed
Description
See for example https://gstreamer.pages.freedesktop.org/gstreamer-rs/gstreamer/message/struct.Message.html#deref-methods.
The type it derefs to also has another deref impl that would be useful to include here, see https://gstreamer.pages.freedesktop.org/gstreamer-rs/gstreamer/miniobject/struct.GstRc.html#impl-Deref .
In this case the expected result would be that the methods of both GstRc
and MessageRef
would be shown in the docs of Message
.
CC @GuillaumeGomez @kinnison @rust-lang/rustdoc