logo

Derive Macro non_std::Former

[]
#[derive(Former)]
{
    // Attributes available to this derive:
    #[perform]
    #[default]
}
Expand description

Derive macro to generate former for a structure. Former is variation of Builder Pattern.