Add todo implementations of the new standard property functions.

This commit is contained in:
Tom Alexander
2023-10-31 21:38:09 -04:00
parent bcf1b49db2
commit 6c197c376a
9 changed files with 749 additions and 23 deletions

View File

@@ -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),
},
))
}