pub type CaptureMapping = Vec<(usize, Vec<Scope>)>;
pub struct CaptureMapping { /* private fields */ }