[][src]Trait turbosloth::lazy::IntoLazy

pub trait IntoLazy: LazyIdentity where
    Self: Clone + Hash + Sized + LazyIdentity + LazyWorker + LazyWorkerImpl
{ fn into_lazy(self) -> Lazy<Self::Value> { ... } }

Provided methods

fn into_lazy(self) -> Lazy<Self::Value>

Loading content...

Implementors

impl<W> IntoLazy for W where
    W: Clone + Hash + Sized + LazyIdentity + LazyWorker + LazyWorkerImpl
[src]

Loading content...