slog::OwnedKeyValue [] [src]

type OwnedKeyValue = (&'static str, Box<SyncSerialize>);

Key value pair that can be owned by Logger

See o!(...) macro.