Struct rustc::ty::sty::SplitClosureSubsts [−][src]
struct SplitClosureSubsts<'tcx> {
closure_kind_ty: Ty<'tcx>,
closure_sig_ty: Ty<'tcx>,
upvar_kinds: &'tcx [Kind<'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?
Struct returned by split(). Note that these are subslices of the
parent slice and not canonical substs themselves.
Fields
closure_kind_ty: Ty<'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?
closure_sig_ty: Ty<'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?
upvar_kinds: &'tcx [Kind<'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?
Auto Trait Implementations
impl<'tcx> !Send for SplitClosureSubsts<'tcx>
impl<'tcx> !Send for SplitClosureSubsts<'tcx>impl<'tcx> !Sync for SplitClosureSubsts<'tcx>
impl<'tcx> !Sync for SplitClosureSubsts<'tcx>