Skip to main content

WeakDelegatedTask

Type Alias WeakDelegatedTask 

Source
pub type WeakDelegatedTask<'scope> = Weak<'scope, 'static, DelegatedTask<'scope>>;
Expand description

A DelegatedTask that has not been explicitly rooted.

Aliased Typeยง

pub struct WeakDelegatedTask<'scope>(/* private fields */);