serde_string_serialize_impl

Macro serde_string_serialize_impl 

Source
macro_rules! serde_string_serialize_impl {
    ($name:ty, $expecting:literal) => { ... };
}
Expand description

Implements serde::Serialize by way of Display.

$name is required to implement core::fmt::Display.