Get options ref
(&self)
| 277 | |
| 278 | /// Get options ref |
| 279 | pub fn options(&self) -> &ListingOptions { |
| 280 | &self.options |
| 281 | } |
| 282 | |
| 283 | /// Get the schema source |
| 284 | pub fn schema_source(&self) -> SchemaSource { |
no outgoing calls
no test coverage detected