prop

Macro prop 

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