Function oauth2::helpers::variant_name

source ·
pub fn variant_name<T: Serialize>(t: &T) -> &'static str
Expand description

Serde string serializer for an enum.

Source: https://github.com/serde-rs/serde/issues/553