Some additional notes

This commit is contained in:
Greg Shuflin
2021-10-21 10:45:14 -07:00
parent 4a366fda30
commit 3b5ebf92b4
3 changed files with 2 additions and 7 deletions

View File

@@ -16,13 +16,6 @@ pub trait ProgrammingLanguageInterface {
}
}
//TODO this is what I want
/*
struct Options<T> {
lang_options: T
}
*/
pub struct ComputationRequest<'a, T> {
pub source: &'a str,
pub config: T,