Function serde_with::rust::string_empty_as_none::deserialize
source · [−]pub fn deserialize<'de, D, S>(deserializer: D) -> Result<Option<S>, D::Error> where
D: Deserializer<'de>,
S: FromStr,
S::Err: Display,
Expand description
Deserialize an Option<T>
from a string using FromStr