InputMode in rustdoc::config - Rust (original) (raw)
pub(crate) enum InputMode {
NoInputMergeFinalize,
HasFile(Input),
}
Expand description
Either an input crate, markdown file, or nothing (–merge=finalize).
The --merge=finalize
step does not need an input crate to rustdoc.
A crate or markdown file.
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes
Size for each variant:
NoInputMergeFinalize
: 0 bytesHasFile
: 72 bytes