type VideoDownloadRequestMap = Arc<RequestMap<String, Result<Arc<Utf8Path>, ArcAnyhowError>>>;

Aliased Type§

struct VideoDownloadRequestMap {
    ptr: NonNull<ArcInner<RequestMap<String, Result<Arc<Utf8Path>, ArcAnyhowError>>>>,
    phantom: PhantomData<ArcInner<RequestMap<String, Result<Arc<Utf8Path>, ArcAnyhowError>>>>,
    alloc: Global,
}

Fields§

§ptr: NonNull<ArcInner<RequestMap<String, Result<Arc<Utf8Path>, ArcAnyhowError>>>>§phantom: PhantomData<ArcInner<RequestMap<String, Result<Arc<Utf8Path>, ArcAnyhowError>>>>§alloc: Global