[][src]Function accountable_refcell::ref_filter_map

pub fn ref_filter_map<T: ?Sized, U: ?Sized, F: FnOnce(&T) -> Option<&U>>(
    orig: Ref<T>,
    f: F
) -> Option<Ref<U>>