[][src]Type Definition rustgym_util::ListLink

type ListLink = Option<Box<ListNode>>;

Trait Implementations

impl ListMaker for ListLink[src]