Macro impl_field

Source
macro_rules! impl_field {
    ($(#[doc = $docs:expr])* $name:ident: $ty:ty => $param_name:literal) => { ... };
}
Expand description

Implements methods to set a parameter of a specified type serialized as JSON.