Type Definition tql::ForeignKey [] [src]

type ForeignKey<T> = Option<T>;

The ForeignKey is optional.

There is no value when the join() method is not called.