doc(sdk): Add missing documentation.

This commit is contained in:
Ivan Enderlin
2023-03-22 16:06:21 +01:00
parent 0b9b01727e
commit b7da197846

View File

@@ -311,6 +311,7 @@ pub(super) struct SlidingSyncListInner {
}
impl SlidingSyncListInner {
/// Reset and add a new range.
fn set_range<U>(&self, start: U, end: U)
where
U: Into<UInt>,