Enum rustdoc::html::render::ExternalLocation[][src]

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

Indicates where an external crate can be found.

Variants

Remote URL root of the external crate

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

The external crate could not be found.

Auto Trait Implementations

impl Send for ExternalLocation

impl Sync for ExternalLocation