Enum rustdoc::html::render::ExternalLocationExperimental [-]  [+] [src]

pub enum ExternalLocation {
    Remote(String),
    Local,
    Unknown,
}

Indicates where an external crate can be found.

Variants

Remote

Remote URL root of the external crate

Local

This external crate can be found in the local doc/ folder

Unknown

The external crate could not be found.