Struct lup::Sift [] [src]

pub struct Sift<T>(pub T);

A loop that creates a list.

Trait Implementations

impl<T> Lup<usize, T> for Sift<Vec<T>>
[src]

The resulting type.

[src]

Initialize loop.

[src]

Iterate loop.

[src]

Unwrap the resulting value.

Auto Trait Implementations

impl<T> Send for Sift<T> where
    T: Send

impl<T> Sync for Sift<T> where
    T: Sync