Trait ruma_common::serde::can_be_empty::CanBeEmpty
source · [−]Expand description
Trait for types that have an “empty” state.
If Default
is implemented for Self
, Self::default().is_empty()
should always be true
.