Struct slog::RecordStatic[][src]

pub struct RecordStatic<'a> { /* fields omitted */ }

Information that can be static in the given record thus allowing to optimize record creation to be done mostly at compile-time.

This should be constructed via the record_static! macro.

Auto Trait Implementations

impl<'a> Send for RecordStatic<'a>

impl<'a> Sync for RecordStatic<'a>