Enum rustdoc::core::MaybeTyped
[−]
[src]
pub enum MaybeTyped<'a, 'tcx: 'a> {
Typed(TyCtxt<'a, 'tcx, 'tcx>),
NotTyped(&'a Session),
}Unstable (
rustdoc)Are we generating documentation (Typed) or tests (NotTyped)?
Variants
Typed(TyCtxt<'a, 'tcx, 'tcx>)Unstable (
rustdoc)NotTyped(&'a Session)Unstable (
rustdoc)