Trait rustdoc::core::DocAccessLevels
[−]
[src]
pub trait DocAccessLevels { fn is_doc_reachable(&self, DefId) -> bool; }
Unstable (
rustdoc
)Required Methods
fn is_doc_reachable(&self, DefId) -> bool
Unstable (
rustdoc
)Implementors
impl DocAccessLevels for AccessLevels<DefId>