| 1021 | #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Serialize, Deserialize)] |
| 1022 | #[repr(transparent)] |
| 1023 | pub struct SourceData(pub Result<Row, DataflowError>); |
| 1024 | |
| 1025 | impl Default for SourceData { |
| 1026 | fn default() -> Self { |
no outgoing calls