Enum rustc_ap_rustc_session::config::ExternLocation [−][src]
pub enum ExternLocation {
FoundInLibrarySearchDirectories,
ExactPaths(BTreeSet<CanonicalizedPath>),
}Variants
Indicates to look for the library in the search paths.
Added via --extern name.
ExactPaths(BTreeSet<CanonicalizedPath>)The locations where this extern entry must be found.
The CrateLoader is responsible for loading these and figuring out
which one to use.
Added via --extern prelude_name=some_file.rlib
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExternLocationimpl Send for ExternLocationimpl Sync for ExternLocationimpl Unpin for ExternLocationimpl UnwindSafe for ExternLocationBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V