Expand description
§Types that are common to most FDB-APIs
This crate module contains rustic representations/types for values that necessarily appear in most of the APIs in this crate.
Structs§
- Latin1
Str - A borrowed latin-1 encoded string (like
&str) - Latin1
String - An owned latin-1 encoded string
- Unknown
Value Type - This represents a value type that could not be parsed
Enums§
Traits§
- Context
- Type-Parameters to
Value - Value
Mapper Mut - Trait for mapping value from one context to another