fn is_doc_hidden(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool
Expand description
Determines whether an item is directly annotated with doc(hidden)
.
fn is_doc_hidden(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool
Determines whether an item is directly annotated with doc(hidden)
.