Function never

Source
pub fn never() -> Builder
Expand description

Create a retry policy that will never retry any request.

This is useful for disabling the Clients default behavior of retrying protocol nacks.