Module Validator_trait

Source
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 the InterfaceType trait.
Validator_TO
The trait object for Validator.

Traits§

Validator
Config validator stable trait. The reason for the existence of this trait is that abi_stable crate 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.