Expand description
ยงType Wrappers for Parsing
This module includes wrappers for easy parsing of the foreign types.
Macrosยง
- impl_
bytea_ ๐wrapper_ custom - Macro for implementing BYTEA-based SQL wrapper types with custom encoding/decoding
- impl_
bytea_ ๐wrapper_ custom_ with_ error - Same as
impl_bytea_wrapper_custombut with an encode function that returns a Result - impl_
bytea_ ๐wrapper_ default - Macro for implementing BYTEA-based SQL wrapper types using standard serialization
- impl_
text_ ๐wrapper_ base - Macro to reduce boilerplate for [
impl_text_wrapper_custom]. - impl_
text_ ๐wrapper_ custom - Macro for implementing text-based SQL wrapper types with custom encoding/decoding
- impl_
text_ ๐wrapper_ default - Macro for implementing text-based SQL wrapper types using standard string conversion