pub fn parse_file(
path: &Path,
config: &DiscoveryConfig,
) -> ParseResult<Vec<TableSchema>>Expand description
Parse a single Rust file for model definitions
pub fn parse_file(
path: &Path,
config: &DiscoveryConfig,
) -> ParseResult<Vec<TableSchema>>Parse a single Rust file for model definitions