macro_rules! sol {
($($input:tt)*) => { ... };
}Expand description
Helper macro to allow feature-gating rpc and serde implementations.
macro_rules! sol {
($($input:tt)*) => { ... };
}Helper macro to allow feature-gating rpc and serde implementations.