Module crow_util::self_ref [] [src]

A module containing a self referencing struct with a generic parent and a mutable Holder<T> child which can reference the parent.

For examples and further explanation, visit SelfRefHolder<T,U>.

Structs

SelfRefHolder

A struct consisting of both a Holder<T> and a parent which can be referenced by the holder.