Type Definition tramp::Rec[][src]

type Rec<T> = BorrowRec<'static, T>;

A single recursive-function result with static lifetime.