macro_rules! serde_string_deserialize_impl { ($name:ty, $expecting:literal) => { ... }; }
Available on crate feature
serde
only.Expand description
Implements serde::Deserialize
by way of FromStr
.
$name
is required to implement core::str::FromStr
.