Crate refined_type

source ·

Re-exports§

Modules§

Macros§

  • This macro generates a rule that checks if the number is equal to N
  • This macro generates a rule that checks if the number is greater than N
  • This macro generates a rule that checks if the length of the target is equal to N
  • This macro generates a rule that checks if the length of the target is greater than N
  • This macro generates a rule that checks if the length of the target is less than N
  • This macro generates a rule that checks if the number is less than N

Structs§

  • Refined is a versatile type in ensuring that T satisfies the conditions of RULE (predicate type)