Closed banditopazzo closed 8 months ago
This PR adds the folowing features:
The final goal is to be able to check the following expression as condition:
header.container_info.is_some()
This PR also want to add full support for Option<T> fields. The syntax to access a field of an optional type is for example:
Option<T>
header.container?.image == "archlinux"
validatron
This PR adds the folowing features:
The final goal is to be able to check the following expression as condition:
This PR also want to add full support for
Option<T>
fields. The syntax to access a field of an optional type is for example:Current state
validatron
validatron
Option<T>
support in validatronOption<T>
support in dsl