set_model_field

Macro set_model_field 

Source
macro_rules! set_model_field {
    ($target:expr, $field_name:ident, $value:expr) => { ... };
}
Expand description

Sets the value of the specified model field. A model field does not exist at runtime and is invisible to the Rust compiler. This macro expands to nothing unless the program is compiled with MIRAI.