Function vector_lib::serde::is_default
pub fn is_default<E>(e: &E) -> bool
Expand 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) -> bool
Answers “Is this value in it’s default state?” which can be used to skip serializing the value.