Expand description
This module is generated by the #[sabi_trait] attribute on Validator
Structs§
- Validator_
Interface - A marker type describing the traits that are required when constructing
Validator_TO,and are then implemented by it, by implementing theInterfaceTypetrait. - Validator_
TO - The trait object for Validator.
Traits§
- Validator
- Config validator stable trait.
The reason for the existence of this trait is that
abi_stablecrate doesn’t support closures.
Type Aliases§
- Validator_
Backend - An alias for the underlying implementation of
Validator_TO. - Validator_
CTO - A type alias for the const-constructible
Validator_TO.