Struct lup::All [] [src]

pub struct All<I>(pub Option<I>);

For all loop.

Trait Implementations

impl Lup<usize, bool> for All<usize>
[src]

The resulting type.

[src]

Initialize loop.

[src]

Iterate loop.

[src]

Unwrap the resulting value.

impl Lup<usize, Secret<usize, bool>> for All<(usize, usize)>
[src]

The resulting type.

[src]

Initialize loop.

[src]

Iterate loop.

[src]

Unwrap the resulting value.

impl Lup<usize, Secret<(usize, usize), bool>> for All<(usize, usize, usize)>
[src]

The resulting type.

[src]

Initialize loop.

[src]

Iterate loop.

[src]

Unwrap the resulting value.

Auto Trait Implementations

impl<I> Send for All<I> where
    I: Send

impl<I> Sync for All<I> where
    I: Sync