Function vector_lib::serde::is_default
pub fn is_default<E>(e: &E) -> boolExpand description
Answers “Is this value in it’s default state?” which can be used to skip serializing the value.
pub fn is_default<E>(e: &E) -> boolAnswers “Is this value in it’s default state?” which can be used to skip serializing the value.