Struct kg_display::ListDisplay[][src]

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

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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