Skip to main content

serde_plain

Function serde_plain 

Source
fn serde_plain<T: Serialize>(value: &T) -> String
Expand description

Renders a wire-shaped enum through its serde spelling rather than duplicating the strings.