aiken-lang 1.0.22-alpha

The Aiken compiler
Documentation
1
2
3
pub trait ExtraData {
    fn extra_data(&self) -> Option<String>;
}