amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
12 stars 6 forks source link

Add `impl <V: IslVersionTrait> From<CONSTRAINT<V>> for IslConstraint<V>` for all constraints. #198

Open desaikd opened 1 year ago

desaikd commented 1 year ago
          Add `impl <V: IslVersionTrait> From<Not<V>> for IslConstraint<V>`, and similarly for all other constraints.

_Originally posted by @popematt in https://github.com/amazon-ion/ion-schema-rust/pull/191#discussion_r1280985434_