Struct learnrust::closures::learnClosure::Cacher[][src]

pub struct Cacher<T> where
    T: Fn(u32) -> u32
{ /* fields omitted */ }

Auto Trait Implementations

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

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