std::thunk::ThunkUnstable [-] [+] [src]

type Thunk<'a, A = (), R = ()> = Box<FnBox<A, Output=R> + Send + 'a>;