Type Alias jsonapi_rs::api::Relationships
source · pub type Relationships = HashMap<String, Relationship>;
Expand description
Map of relationships with other objects
Aliased Type§
struct Relationships { /* private fields */ }
pub type Relationships = HashMap<String, Relationship>;
Map of relationships with other objects
struct Relationships { /* private fields */ }