pub type OrderLeafDf = Field<u64, Leaf<Order>>;Aliased Type§
pub struct OrderLeafDf {
pub id: UID,
pub name: u64,
pub value: Leaf<Order>,
}Fields§
§id: UIDDetermined by the hash of the object ID, the field name value and it’s type, i.e. hash(parent.id || name || Name)
name: u64The value for the name of this field
value: Leaf<Order>The value bound to this field