pub struct DelayedTupleVariantResolution {
pub exp: Box<Expression>,
pub elem_num: usize,
}Expand description
During type checking, this gets replaced with tuple arg access.
Fields
exp: Box<Expression>elem_num: usizeTrait Implementations
Auto Trait Implementations
impl Send for DelayedTupleVariantResolution
impl Sync for DelayedTupleVariantResolution
impl Unpin for DelayedTupleVariantResolution
impl UnwindSafe for DelayedTupleVariantResolution
Blanket Implementations
Mutably borrows from an owned value. Read more