Skip to content

Commit

Permalink
Add doc for marker
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Nov 6, 2024
1 parent f9527d0 commit 0a45b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub struct AsyncClient<S = DefaultSleeper> {
/// Number of times to retry a request
max_retries: usize,

/// Marker for the type of sleeper used
marker: PhantomData<S>,
}

Expand Down

0 comments on commit 0a45b0c

Please sign in to comment.