sol

Macro sol 

macro_rules! sol {
    ($($t:tt)*) => { ... };
}
Expand description

sol! macro_rules! wrapper to set import attributes.

See sol! for the actual macro documentation.