Skip to main content

it

Macro it 

Source
macro_rules! it {
    ($title:expr, $function:expr $(,)?) => { ... };
    ($title:expr, id = $id:expr, $function:expr $(,)?) => { ... };
}