Type Definition slog::OwnedKeyValue [] [src]

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

Key value pair that can be owned by Logger

See o!(...) macro.