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
Local
This external crate can be found in the local doc/ folder
Unknown
The external crate could not be found.
Auto Trait Implementations
impl Send for ExternalLocation
impl Send for ExternalLocation
impl Sync for ExternalLocation
impl Sync for ExternalLocation