OnceFutPending

Type Alias OnceFutPending 

Source
type OnceFutPending<T> = Shared<BoxFuture<'static, SharedResult<Arc<T>>>>;
Expand description

The shared future type used internally within OnceAsync

Aliased Typeยง

struct OnceFutPending<T> { /* private fields */ }