fn after()

in amazon-qldb-driver-core/src/retry.rs [30:35]


    fn after(delay: Duration) -> RetryInstructions {
        RetryInstructions {
            should_retry: true,
            delay: Some(delay),
        }
    }