macro_rules! default_impl {
    ($t:ty, $v:expr, $doc:tt) => { ... };
}