Enum rustc::middle::resolve::PrivateDep[src]

pub enum PrivateDep {
    AllPublic,
    DependsOn(DefId),
}

Variants

AllPublic
DependsOn