vector::event

Trait MaybeAsLogMut

Source
pub trait MaybeAsLogMut {
    // Required method
    fn maybe_as_log_mut(&mut self) -> Option<&mut LogEvent>;
}

Required Methods§

Source

fn maybe_as_log_mut(&mut self) -> Option<&mut LogEvent>

Implementors§