Function http_serde::method::serialize

source ·
pub fn serialize<S: Serializer>(
    method: &Method,
    ser: S
) -> Result<S::Ok, S::Error>
Expand description

Implementation detail. Use derive annotations instead.