Expand description
Helpers for emptiness checks in #[serde(skip_serializing_if)]
.
Traits§
- CanBe
Empty - Trait for types that have an “empty” state.
Functions§
- is_
empty - Check whether a value is empty.
Helpers for emptiness checks in #[serde(skip_serializing_if)]
.