macro_rules! impl_display_from_nested {
    ($T: ty) => { ... };
}
Expand description

impl<T: NestedDisplay> Display for T NestedDisplayはorphan-ruleに違反するので個別定義する