Macro zng_wgt_scroll::Thumb

source ยท
macro_rules! Thumb {
    (zng_widget : $($tt:tt)*) => { ... };
    ($(#[$attr:meta])* $($property_path:ident)::+ = $($rest:tt)*) => { ... };
    ($(#[$attr:meta])* when $($rest:tt)*) => { ... };
    ($($tt:tt)*) => { ... };
}