| 1951 | |
| 1952 | #[derive(Clone, Debug)] |
| 1953 | pub struct Type { |
| 1954 | pub create_sql: String, |
| 1955 | pub inner: CatalogType<IdReference>, |
| 1956 | } |
| 1957 | |
| 1958 | /// Specifies when a `Peek` or `Subscribe` should occur. |
| 1959 | #[derive(Deserialize, Clone, Debug, PartialEq)] |
no outgoing calls
no test coverage detected