Module rooting::container

source ·

Structs§

  • This pairs a vec with an El, so when you modify the vec the changes are mirrored to the element. Any type that implements ContainerEntry can be used.

Traits§

  • A trait describing data structures that have a representative El. This is for use with Container.