Enum rustc_typeck::check::callee::CallStep[][src]

enum CallStep<'tcx> {
    Builtin(Ty<'tcx>),
    DeferredClosure(FnSig<'tcx>),
    Overloaded(MethodCallee<'tcx>),
}
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Variants

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

e.g. enum variant constructors

Auto Trait Implementations

impl<'tcx> !Send for CallStep<'tcx>

impl<'tcx> !Sync for CallStep<'tcx>