get_any_field_string

Function get_any_field_string 

Source
pub unsafe fn get_any_field_string(
    table: &Table<'_>,
    field: &Field<'_>,
    schema: &Schema<'_>,
) -> String
Expand description

Returns the value of any table field as a string, regardless of what type it is. Returns empty string if the field is not set.

ยงSafety

[table] must contain recursively valid offsets that match the [field].