Skip to main content

sol

Macro sol 

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

Helper macro to allow feature-gating rpc and serde implementations.