Crate ref_iter_macro

Crate ref_iter_macro 

Source
Expand description

Procedual macros for crate ref_iter.

The author of this crate is not good at English. Forgive me if the document is hard to read.

Macrosยง

for_ref
Immutable for-in loop macro.
for_ref_kv
Immutable key-value for-in loop macro.
for_ref_mut
Mutable for-in loop macro.
for_ref_mut_kv
Mutable for-in loop macro.