computer: store part 8

This commit is contained in:
nym21
2025-07-03 18:19:36 +02:00
parent 5810276156
commit be4e693a27
29 changed files with 745 additions and 364 deletions
+2 -2
View File
@@ -528,8 +528,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -397,8 +397,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -1336,8 +1336,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -166,8 +166,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -179,8 +179,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -230,8 +230,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -272,8 +272,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -359,8 +359,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}
+2 -2
View File
@@ -272,8 +272,8 @@ where
{
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
from: Option<usize>,
to: Option<usize>,
) -> Result<Vec<serde_json::Value>> {
CollectableVec::collect_range_serde_json(self, from, to)
}