Struct lup::For [] [src]

pub struct For;

Indexed for-loop.

Trait Implementations

impl Lup<usize, ()> for For
[src]

The resulting type.

[src]

Initialize loop.

[src]

Iterate loop.

[src]

Unwrap the resulting value.

Auto Trait Implementations

impl Send for For

impl Sync for For