pub struct Anto { /* ... */ }
impl Programmer for Anto {
fn code(&mut self, lang: Language) {
// does cool things
}
}
pub struct Anto { /* ... */ }
impl Programmer for Anto {
fn code(&mut self, lang: Language) {
// does cool things
}
}