Function http_serde::header_map::serialize
source ยท pub fn serialize<S: Serializer>(
headers: &HeaderMap,
ser: S
) -> Result<S::Ok, S::Error>
Expand description
Implementation detail. Use derive annotations instead.