serde_struct_human_string_impl

Macro serde_struct_human_string_impl 

Source
macro_rules! serde_struct_human_string_impl {
    ($name:ident, $expecting:literal, $($fe:ident),*) => { ... };
}
Expand description

A combination macro where the human-readable serialization is done like serde_string_impl and the non-human-readable impl is done as a struct.