serde_string_deserialize_impl

Macro serde_string_deserialize_impl 

Source
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.