Type Alias BuiltDependency

Source
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

Source

pub fn is_prelude(&self) -> bool

Whether this dependency is to be added to the depending crate’s extern prelude.

Source

pub fn is_sysroot(&self) -> bool

Whether this dependency is a sysroot injected one.