Function sqlx::migrate::resolve_blocking

source ·
pub fn resolve_blocking(
    path: &Path,
) -> Result<Vec<(Migration, PathBuf)>, ResolveError>