Macro tylisp::defun_rust[][src]

macro_rules! defun_rust {
    ( ($($header:tt)+) -> {$($expr:tt)*} $((as $($res_bound:tt)+))? $(where $($bound:tt)+)? ) => { ... };
}