Struct slog::ser::ValueSerializer [] [src]

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

A handle to Serializer for PushLazy closure

Methods

impl<'a> ValueSerializer<'a>
[src]

Serialize a value

This consumes self to prevent serializing one value multiple times

Trait Implementations

impl<'a> Drop for ValueSerializer<'a>
[src]

A method called when the value goes out of scope. Read more