std::thunk::Thunk [] [src]

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

: use FnBox instead