Type Alias JitArc

Source
type JitArc<T> = JitTryAnyhow<Arc<T>>;

Aliased Type§

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