Type Alias assembly_fdb::core::Field
source · pub type Field = Value<OwnedContext>;
Expand description
An owned field value
Aliased Type§
enum Field {
Nothing,
Integer(i32),
Float(f32),
Text(String),
Boolean(bool),
BigInt(i64),
VarChar(String),
}