Searched defs:ShortInstance (Results 1 – 1 of 1) sorted by relevance
321 pub struct ShortInstance<'a, 'tcx>(pub &'a Instance<'tcx>, pub usize); struct323 impl<'a, 'tcx> fmt::Display for ShortInstance<'a, 'tcx> { implementation