pub type FormUrlSerializer<'buffer> = UrlSerializer<'buffer, false, true>;Available on crate feature
serde only.Expand description
Type alias for application/x-www-form-urlencoded (spaces as +).
Aliased Typeยง
pub struct FormUrlSerializer<'buffer> { /* private fields */ }