Skip to main content

func_name

Macro func_name 

Source
macro_rules! func_name {
    ($($ty:ty => $name:literal,)*) => { ... };
}
Expand description

Declares the canonical FuncName of hand-written function structs. Functions generated by #[sqlfunc] get theirs from that macro instead.