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