Skip to main content

verify_output_schemas

Function verify_output_schemas 

Source
async fn verify_output_schemas<Q>(
    conn: &mut Q,
    tables: &BTreeMap<MySqlTableName, Vec<SourceOutputInfo>>,
) -> Result<Vec<(usize, DefiniteError)>, TransientError>
where Q: Queryable,