Macro human_name::eq_or_ends_with [] [src]

macro_rules! eq_or_ends_with {
    ($needle:expr, $haystack:expr) => { ... };
}