with_custom

Function with_custom 

Source
pub async fn with_custom<F, T>(task: F, rpc_url: &str) -> Result<T::Output>
where F: Fn(Worker<Custom>) -> T + Send + Sync, T: Future + Send,