[][src]Module assembly_data::fdb::common

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

Latin1Str

A borrowed latin-1 encoded string (like &str)

Latin1String

An owned latin-1 encoded string

UnknownValueType

This represents a value type that could not be parsed

Enums

Value

A single field value in the database

ValueType

Value datatypes used in the database

Traits

Context

Type-Parameters to Value