pub trait Rule: Sealed { }
Expand description

Abstracted validation rule of an Attrs’ field parsing.

Implementors§