@@ -21,12 +21,12 @@ error[E0277]: the column type `Test` does not implement `SpacetimeType`
2121 = help: the following other types implement trait `SpacetimeType`:
2222 &T
2323 ()
24+ AlgebraicType
2425 AlgebraicTypeRef
2526 Alpha
2627 Arc<T>
2728 ArrayType
2829 Box<T>
29- ColId
3030 and $N others
3131 = note: required for `Test` to implement `TableColumn`
3232
@@ -40,12 +40,12 @@ error[E0277]: the trait bound `Test: SpacetimeType` is not satisfied
4040 = help: the following other types implement trait `SpacetimeType`:
4141 &T
4242 ()
43+ AlgebraicType
4344 AlgebraicTypeRef
4445 Alpha
4546 Arc<T>
4647 ArrayType
4748 Box<T>
48- ColId
4949 and $N others
5050
5151error[E0277]: the trait bound `Test: Deserialize<'de>` is not satisfied
@@ -61,11 +61,11 @@ error[E0277]: the trait bound `Test: Deserialize<'de>` is not satisfied
6161 &'de [u8]
6262 &'de str
6363 ()
64+ AlgebraicType
6465 AlgebraicTypeRef
6566 Alpha
6667 Arc<[T]>
6768 ArrayType
68- Box<T>
6969 and $N others
7070note: required by a bound in `spacetimedb::spacetimedb_lib::de::SeqProductAccess::next_element`
7171 --> $WORKSPACE/crates/sats/src/de.rs
@@ -83,11 +83,11 @@ error[E0277]: the trait bound `Test: Deserialize<'_>` is not satisfied
8383 &'de [u8]
8484 &'de str
8585 ()
86+ AlgebraicType
8687 AlgebraicTypeRef
8788 Alpha
8889 Arc<[T]>
8990 ArrayType
90- Box<T>
9191 and $N others
9292note: required by a bound in `get_field_value`
9393 --> $WORKSPACE/crates/sats/src/de.rs
@@ -104,12 +104,12 @@ error[E0277]: the trait bound `Test: Serialize` is not satisfied
104104 = help: the following other types implement trait `Serialize`:
105105 &T
106106 ()
107+ AlgebraicType
107108 AlgebraicTypeRef
109+ AlgebraicValue
108110 Alpha
109111 Arc<T>
110112 ArrayType
111- ArrayValue
112- Bound<T>
113113 and $N others
114114note: required by a bound in `spacetimedb::spacetimedb_lib::ser::SerializeNamedProduct::serialize_element`
115115 --> $WORKSPACE/crates/sats/src/ser.rs
@@ -135,7 +135,7 @@ error[E0277]: `&'a Alpha` cannot appear as an argument to an index filtering ope
135135 &bool
136136 ðnum::int::I256
137137 and $N others
138- note: required by a bound in `UniqueColumn::<Tbl, <Col as spacetimedb::table:: Column>::ColType, Col>::find`
138+ note: required by a bound in `UniqueColumn::<Tbl, <Col as Column>::ColType, Col>::find`
139139 --> src/table.rs
140140 |
141141 | pub fn find(&self, col_val: impl Borrow<Col::ColType>) -> Option<Tbl::Row>
0 commit comments