[][src]Function tari_p2p::services::utils::ok_or_skip_result

pub async fn ok_or_skip_result<T, E>(res: Result<T, E>) -> Option<T> where
    E: Debug

For use with StreamExt::filter_map. Log and filter any errors.