Add Options associated type
This commit is contained in:
@@ -2,6 +2,7 @@ use std::collections::HashSet;
|
||||
use std::time;
|
||||
|
||||
pub trait ProgrammingLanguageInterface {
|
||||
type Options;
|
||||
fn language_name() -> String;
|
||||
fn source_file_suffix() -> String;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user