Macro agera::common::with

source ·
with!() { /* proc-macro */ }
Expand description

Initializes a structure without specifying its name.

Syntax

with! {
    field_1: value,
    field_2,
    .. // ..Default::default()
}


with! {
    field_1: value,
    field_2,
    ..base
}