pub fn nap_rest(seconds: &Value) -> DogeResultExpand description
nap.rest(seconds) — block for seconds (Int or Float). A negative,
non-finite, or absurdly large duration is a catchable ValueError rather than
the panic Duration::from_secs_f64 would raise on such an input.