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 */ }