macro_rules! dep_type_with_builder {
    (
        $($token:tt)*
    ) => { ... };
}