Macro interpreter::function

source ·
macro_rules! function {
    ($name:literal, $docs:expr, $($x:tt)*) => { ... };
}