Returns the default [`SourceInfoSchema`] variant ([`SourceInfoSchema::V1`]).
()
| 127 | impl Default for SourceInfoSchema { |
| 128 | /// Returns the default [`SourceInfoSchema`] variant ([`SourceInfoSchema::V1`]). |
| 129 | fn default() -> Self { |
| 130 | Self::V1(SchemaVersion::new(Version::new(1, 0, 0))) |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | impl FromStr for SourceInfoSchema { |
nothing calls this directly
no outgoing calls
no test coverage detected