Function oauth2::helpers::serialize_url
source · pub fn serialize_url<S>(url: &Url, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,Expand description
Serde string serializer for a Url.
pub fn serialize_url<S>(url: &Url, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,Serde string serializer for a Url.