pub fn is_default_algorithm(alg: &SigningAlgorithm) -> boolExpand description
Returns true when alg equals the default algorithm. Free function
so it can be referenced from #[serde(skip_serializing_if = "...")].
pub fn is_default_algorithm(alg: &SigningAlgorithm) -> boolReturns true when alg equals the default algorithm. Free function
so it can be referenced from #[serde(skip_serializing_if = "...")].