Struct cretonne_codegen::dbg::DisplayList [] [src]

pub struct DisplayList<'a, T>(pub &'a [T])
where
    T: 'a + Display
;

Helper for printing lists.

Trait Implementations

impl<'a, T> Display for DisplayList<'a, T> where
    T: 'a + Display
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> Send for DisplayList<'a, T> where
    T: Sync

impl<'a, T> Sync for DisplayList<'a, T> where
    T: Sync