slog

Type Alias PushLazy

Source
pub type PushLazy<T> = PushFnValue<T>;
👎Deprecated: Renamed to PushFnValue
Expand description

Compatibility name to ease upgrading from slog v1

Aliased Type§

struct PushLazy<T>(pub T);

Fields§

§0: T