pub type BuiltDependency = Dependency<Crate>;
Aliased Type§
struct BuiltDependency {
pub crate_id: Crate,
pub name: CrateName,
/* private fields */
}
Fields§
§crate_id: Crate
§name: CrateName
Implementations§
Source§impl BuiltDependency
impl BuiltDependency
Sourcepub fn is_prelude(&self) -> bool
pub fn is_prelude(&self) -> bool
Whether this dependency is to be added to the depending crate’s extern prelude.
Sourcepub fn is_sysroot(&self) -> bool
pub fn is_sysroot(&self) -> bool
Whether this dependency is a sysroot injected one.