weak_and_then

Function weak_and_then 

Source
pub(crate) fn weak_and_then<T, U, F>(w: &Weak<T>, f: F) -> Weak<U>
where F: FnOnce(Arc<T>) -> Weak<U>,