Skip to content

How to enumerate elements of FieldTable #95

Answered by gftea
alllel asked this question in Q&A
Discussion options

You must be logged in to vote

We can implement AsRef, something like below, would you like to submit a PR for this?

impl AsRef<HashMap<FieldName, FieldValue>> for FieldTable {
   fn as_ref(&self) -> &HashMap<FieldName, FieldValue> {
}
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alllel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants