macro_rules! define_distance_function { ($StructName:ident, $display_name:expr, $similarity_method:path) => { ... }; }