Struct idmap::RawDebug [] [src]

pub struct RawDebug<'a, K: IntegerId + 'a, V: 'a, T: 'a + EntryTable<K, V>>(_);

A wrapper to debug the underlying representation of an IdMap

Trait Implementations

impl<'a, K, V, T> Debug for RawDebug<'a, K, V, T> where
    K: IntegerId + Debug,
    V: Debug,
    T: EntryTable<K, V>,
    K: 'a,
    V: 'a,
    T: 'a, 
[src]

[src]

Formats the value using the given formatter.