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
pub type PushLazy<T> = PushFnValue<T>;
PushFnValue
Compatibility name to ease upgrading from slog v1
struct PushLazy<T>(pub T);
0: T