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 */);pub type WeakDelegatedTask<'scope> = Weak<'scope, 'static, DelegatedTask<'scope>>;A DelegatedTask that has not been explicitly rooted.
pub struct WeakDelegatedTask<'scope>(/* private fields */);