Struct cranelift_codegen::dbg::DisplayList
source · pub struct DisplayList<'a, T>(pub &'a [T])
where
T: 'a + Display;Expand description
Helper for printing lists.
Tuple Fields§
§0: &'a [T]pub struct DisplayList<'a, T>(pub &'a [T])
where
T: 'a + Display;Helper for printing lists.
0: &'a [T]