macro_rules! expand_custom {
    ($(impl Custom for $fname:ident ($func:ident, $extract:ident, $default:expr))*) => { ... };
}