1 2 3 4 5 6 7 8 9
use icydb_model::prelude::*; #[newtype( item(prim = "Nat8"), ty(rule(name = "range", numeric_range_inclusive(min = 0))) )] pub struct MissingMaximum {} fn main() {}