pub fn use_idle_with_options( timeout: u64, options: UseIdleOptions, ) -> UseIdleReturn<impl Fn() + Clone>
Version of use_idle that takes a UseIdleOptions. See use_idle for how to use.
use_idle
UseIdleOptions