Crate untrusted_value_derive_internals

Source
Expand description

This crate contains the trait definitions for the untrusted_value and untrusted_value_derive crate.

All types are reexported in the untrusted_value crate, so you should properly use that crate instead.

See also the main repo at https://github.com/0xCCF4/UntrustedValue.

Traitsยง

FromTrustedVariant
This trait provides a way to convert an untrusted or trusted type to another untrusted type.
IntoUntrustedVariant
This trait provides a way to convert an untrusted or trusted type to another untrusted type.
SanitizeValue
The type implementing this struct can be sanitized.
SanitizeWith
This type can be sanitized using a provided sanitizer.