Type Alias tarantool::space::SpaceFieldFormat

source ·
pub type SpaceFieldFormat = Field;
👎Deprecated: Use space::Field instead

Aliased Type§

struct SpaceFieldFormat {
    pub name: String,
    pub field_type: FieldType,
    pub is_nullable: bool,
}

Fields§

§name: String§field_type: FieldType§is_nullable: bool