Function mule::schema_inference::read_column_names[][src]

pub async fn read_column_names(
    reader: impl AsyncRead + Unpin,
    separator: &str,
    text_quote: &str,
    text_quote_escape: &str
) -> Result<Option<Vec<String>>>