macro_rules! prop {
($(#[$meta:meta])* $v:vis $name:ident: $ty:ty { $($options:tt)* } = $default:expr
) => { ... };
([impl inherited][inherited]) => { ... };
([impl inherited][]) => { ... };
}macro_rules! prop {
($(#[$meta:meta])* $v:vis $name:ident: $ty:ty { $($options:tt)* } = $default:expr
) => { ... };
([impl inherited][inherited]) => { ... };
([impl inherited][]) => { ... };
}