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
Local
Unstable (
rustdoc
)This external crate can be found in the local doc/ folder
Unknown
Unstable (
rustdoc
)The external crate could not be found.