Add todo implementations of the new standard property functions.
This commit is contained in:
@@ -236,7 +236,7 @@ where
|
||||
retain_labels,
|
||||
use_labels,
|
||||
label_format,
|
||||
contents: Into::<&str>::into(contents),
|
||||
value: Into::<&str>::into(contents),
|
||||
},
|
||||
))
|
||||
}
|
||||
@@ -292,7 +292,7 @@ where
|
||||
),
|
||||
export_type: export_type.map(Into::<&str>::into),
|
||||
data: parameters.map(Into::<&str>::into),
|
||||
contents: Into::<&str>::into(contents),
|
||||
value: Into::<&str>::into(contents),
|
||||
},
|
||||
))
|
||||
}
|
||||
@@ -371,7 +371,7 @@ where
|
||||
retain_labels,
|
||||
use_labels,
|
||||
label_format,
|
||||
contents: Into::<&str>::into(contents),
|
||||
value: Into::<&str>::into(contents),
|
||||
},
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user