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