Macro mirai_annotations::set_model_field[][src]

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.