[][src]Macro type_record::record

macro_rules! record {
    ($record_name:ident { $($record_contents:ident),+ $(,)? }) => { ... };
}

The macro to create a type level record. Always generates a struct with name $record_name, with a single generic argument, which is the Mapping that controls what the record contains.