Enum rustdoc::core::MaybeTypedUnstable
[-] [+]
[src]
pub enum MaybeTyped<'tcx> { Typed(ctxt<'tcx>), NotTyped(Session), }
Are we generating documentation (Typed
) or tests (NotTyped
)?
Variants
Typed | |
NotTyped |