Some additional notes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user