Type Definition slog::BorrowedKeyValue [] [src]

type BorrowedKeyValue<'a> = (&'static str, &'a Serialize);

Key value pair that can be part of a logging record