Macro cargonauts::relation [] [src]

macro_rules! relation {
    ($rel:ident: $resource:ident as $to_one:expr, $to_many:expr) => { ... };
}

DSL for constructing a Relation type.