Enum rustdoc::html::render::ExternalLocation [−][src]
pub enum ExternalLocation {
Remote(String),
Local,
Unknown,
}Indicates where an external crate can be found.
Variants
Remote(String)Remote URL root of the external crate
LocalThis external crate can be found in the local doc/ folder
UnknownThe external crate could not be found.
Auto Trait Implementations
impl Send for ExternalLocation
impl Send for ExternalLocationimpl Sync for ExternalLocation
impl Sync for ExternalLocation