Macro tendermint_testgen::set_option

source ·
macro_rules! set_option {
    ($name:ident, $t:ty) => { ... };
    ($name:ident, $t:ty, $val:expr) => { ... };
}
Expand description

A macro that generates a complete setter method from a one-liner with necessary information