Struct rustc_typeck::middle::subst::SeparateVecsPerParamSpaceUnstable
[-] [+]
[src]
pub struct SeparateVecsPerParamSpace<T> { pub types: Vec<T>, pub selfs: Vec<T>, pub fns: Vec<T>, }
The split
function converts one VecPerParamSpace
into this
SeparateVecsPerParamSpace
structure.
Fields
types | |
selfs | |
fns |