Struct rotor_dns::CacheEntry [] [src]

pub struct CacheEntry {
    pub value: Answer,
    pub expire: Time,
}

Fields

Trait Implementations

impl Debug for CacheEntry
[src]

Formats the value using the given formatter.