macro_rules! impl_str_field {
($(#[doc = $docs:expr])* $name:ident => $param_name:literal) => { ... };
}
Expand description
Implements methods to set a string parameter serialized as JSON.
macro_rules! impl_str_field {
($(#[doc = $docs:expr])* $name:ident => $param_name:literal) => { ... };
}
Implements methods to set a string parameter serialized as JSON.