Type Alias CactusWeakRef

Source
pub type CactusWeakRef<T> = Weak<T>;
Expand description

Cactus alias for Weak.

Aliased Typeยง

pub struct CactusWeakRef<T> { /* private fields */ }