Struct cov::intern::WithInterner [] [src]

pub struct WithInterner<'si, T> { /* fields omitted */ }

Trait Implementations

impl<'si, T: Debug> Debug for WithInterner<'si, T>
[src]

[src]

Formats the value using the given formatter.

impl<'si, T: SerializeWithInterner> Serialize for WithInterner<'si, T>
[src]

[src]

Serialize this value into the given Serde serializer. Read more