We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b72d47 commit cd33d50Copy full SHA for cd33d50
src/kv.rs
@@ -389,7 +389,8 @@ impl fmt::Debug for KvPair {
389
/// );
390
/// ```
391
///
392
-/// **But, you should not need to worry about all this:** Many functions accept a `impl Into<BoundRange>`
+/// **But, you should not need to worry about all this:** Most functions which operate
393
+/// on ranges will accept any types which implement `Into<BoundRange>`.
394
/// which means all of the above types can be passed directly to those functions.
395
#[derive(Clone, Debug, Eq, PartialEq)]
396
pub struct BoundRange {
0 commit comments