-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Description
Hi :)
It would be great if we could create a validation without allocating (and also paying for a HashSet when you only have 1/2 entries), as I have a bunch of issuers that I need to differentiate but I don't want to store a bunch of Validation objects and also some of their fields outisde (e.g. duplication across tid/issuer etc in azure)
It would be great if we can enable reference based validation, this can be done via:
- A
trait Validation(e.g withfn contains_issuer(issuer: &str) -> booletc. withstruct Validationimplementing it, and downstream users may implement them however they want. - Use some sort of enums inside Validation or provide a
ValidationReftype
If this is something that is desired I can try to propose and implement the desired outcome
Metadata
Metadata
Assignees
Labels
No labels