Skip to main content

capture

Macro capture 

Source
macro_rules! capture {
    () => { ... };
    ($color:expr) => { ... };
}