[][src]Module shine_graph::traits

Traits

IndexExcl

Used for indexing operations. It is simmilar to Index and IndexMut but source is captured mutably allowing exclusive access to the indexed container.

IndexLowerBound

Used to jump to the next valid index from any (usually invalid) starting point.