Structs§
Enums§
- Conflict
- InCrate
- Whether we do the orphan check relative to this crate or to some remote crate.
- IsFirst
Input Type - Orphan
Check 🔒Early Exit - Orphan
Check Err - Orphan
Check Mode
Functions§
- orphan_
check_ trait_ ref - Checks whether a trait-ref is potentially implementable by a crate.
- trait_
ref_ is_ knowable - Returns whether all impls which would apply to the
trait_ref
e.g.Ty: Trait<Arg>
are already known in the local crate. - trait_
ref_ is_ local_ or_ fundamental