Enum rustdoc::html::render::ExternalLocation
[−]
[src]
pub enum ExternalLocation { Remote(String), Local, Unknown, }
🔬 This is a nightly-only experimental API. (
rustdoc
)Indicates where an external crate can be found.
Variants
Remote(String)
🔬 This is a nightly-only experimental API. (
rustdoc
)Remote URL root of the external crate
Local
🔬 This is a nightly-only experimental API. (
rustdoc
)This external crate can be found in the local doc/ folder
Unknown
🔬 This is a nightly-only experimental API. (
rustdoc
)The external crate could not be found.