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 */ }type OnceFutPending<T> = Shared<BoxFuture<'static, SharedResult<Arc<T>>>>;The shared future type used internally within OnceAsync
struct OnceFutPending<T> { /* private fields */ }