Function sudodb::get_field_value_store[][src]

pub fn get_field_value_store(
    object_type_store: &ObjectTypeStore,
    object_type_name: String,
    id: String
) -> Result<&BTreeMap<FieldName, FieldValue>, Box<dyn Error>>