pub trait SynCall<Args>: Call<Conv = Syntax> {
type Result;
}
Expand description
A function that takes raw syntax as an argument
NB: Unlike traditional Lisp macros, this returns a Value, not more syntax
pub trait SynCall<Args>: Call<Conv = Syntax> {
type Result;
}
A function that takes raw syntax as an argument
NB: Unlike traditional Lisp macros, this returns a Value, not more syntax