pub type PushLazy<T> = PushFnValue<T>;
PushFnValue
Compatibility name to ease upgrading from slog v1
slog v1
pub struct PushLazy<T>(pub T);
0: T