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