|
|
@ -113,7 +113,7 @@ impl<'de> Deserialize<'de> for KeyType {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
struct KeyTypeVisitor;
|
|
|
|
struct KeyTypeVisitor;
|
|
|
|
|
|
|
|
|
|
|
|
impl<'de> Visitor<'de> for KeyTypeVisitor {
|
|
|
|
impl Visitor<'_> for KeyTypeVisitor {
|
|
|
|
type Value = KeyType;
|
|
|
|
type Value = KeyType;
|
|
|
|
|
|
|
|
|
|
|
|
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
|
|
|
|
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
|
|
|
|