pub type WeakUnion<'scope> = Weak<'scope, 'static, Union<'scope>>;Expand description
A Union that has not been explicitly rooted.
Aliased Type§
pub struct WeakUnion<'scope>(/* private fields */);pub type WeakUnion<'scope> = Weak<'scope, 'static, Union<'scope>>;A Union that has not been explicitly rooted.
pub struct WeakUnion<'scope>(/* private fields */);