Function any_fetch

Source
async fn any_fetch<Types, P, T>(
    providers: &[Arc<P>],
    req: T,
) -> Option<T::Response>
where Types: NodeType, P: Provider<Types, T> + Debug + ?Sized, T: Request<Types>,