We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc(hidden)
#![crate_type="lib"] pub trait Bar {} #[doc(hidden)] pub mod hidden { pub struct Foo; } // impl shown in `foo::Bar`s implementors section (but without link) impl Bar for hidden::Foo {}