Struct tsukuyomi::future::Lazy[][src]

pub struct Lazy<F, R> { /* fields omitted */ }

Trait Implementations

impl<F: Debug, R: Debug> Debug for Lazy<F, R>
[src]

Formats the value using the given formatter. Read more

impl<F, R> Future for Lazy<F, R> where
    F: FnOnce() -> R,
    R: Future
[src]

Auto Trait Implementations

impl<F, R> Send for Lazy<F, R> where
    F: Send,
    R: Send

impl<F, R> Sync for Lazy<F, R> where
    F: Sync,
    R: Sync