serene-rust-implementation/src/core.rs

4 lines
49 B
Rust

pub trait Expression {
fn gen_code(&self);
}