[][src]Type Definition contrail_collections::linked_list::NonBacktrackableLinkedListNode

type NonBacktrackableLinkedListNode<T> = LinkedListNode<NonBacktrackable, T>;

A linked list node stored on the trail in non-backtrackable memory.